Moderators: enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, s0lid
williamconley wrote:when you post, please post your entire configuration including (but not limited to) your installation method, vicidial version and build, asterisk version, telephony hardware (model number is helpful here), cluster information if you have one, and whether any other software is installed in the box.
this IS a requirement for posting along with reading the stickies (at the top of each forum) and the manager's manual (available on EFLO.net, both free and paid versions)
exten => _9XXXXXXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _9XXXXXXXXXXX,2,Dial(${my operator}/${EXTEN:2},60,tTo)
exten => _9XXXXXXXXXXX,3,Hangup
exten => _9XXXXXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _9XXXXXXXXXX,2,Dial(${my operator}/${EXTEN:2},60,tTo)
exten => _9XXXXXXXXXX,3,Hangup
exten => _9XXXXXXXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _9XXXXXXXXXXXX,2,Dial(${my operator}/${EXTEN:2},60,tTo)
exten => _9XXXXXXXXXXXX,3,Hangup
exten => _9XXXXXXXXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _9XXXXXXXXXXXXX,2,Dial(${my operator}${EXTEN:2},60,tTo)
exten => _9XXXXXXXXXXXXX,3,Hangup
brett05 wrote:you can use just
exten => _9X,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _9X,2,Dial(${my operator}${EXTEN:1},60,tTo)
exten => _9X,3,Hangup
or
exten => _X,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _X,2,Dial(${my operator}${EXTEN},60,tTo)
exten => _X,3,Hangup
they many and many way to have a dialplan
thanks
what happened to the 33?gerald_lyc wrote:correct me if i am wrong i must put
exten => _9XXXXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _9XXXXXXXXX,2,Dial(${operator}/${EXTEN:1},60,tTo)
exten => _9XXXXXXXXX,3,Hangup
right?
gerald_lyc wrote:Noted.
And how can we use the same provider dialing the lead which have different country numbers?
What must be done in the dial plan?
for example 142247761 (33 prefix) and 2422477 (240 prefix)
Return to ViciDialNow - GoAutoDial
Users browsing this forum: No registered users and 112 guests