Moderators: enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, s0lid
I am really sorry for my post
; dial a long distance outbound number to the UK
; This 'o' Dial flag is VERY important for VICIDIAL on outbound calls,
exten => _901144XXXXXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _901144XXXXXXXXXX,2,Dial(${TRUNKX}/${EXTEN:1},55,To)
exten => _901144XXXXXXXXXX,3,Hangup
; terminate calls with uk dial code
exten => _901144XXXXXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _901144XXXXXXXXXX,2,Hangup
turiyain wrote:exten => _95447X.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _95447X.,3,Hangup
But it is not blocking the mobile calls.
This pattern will ONLY match 6 digit numbers starting with 95447. How many digits are UK numbers? If I recall, they are 10 digits ... then you add the 95 (carrier id) and the 44 (country code) for a total of 14 digits. Try _95447XXXXXXXXX instead.turiyain wrote:After making the following changes :
# ; terminate calls with uk dial code
exten => _95447X,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _95447X,2,Hangup
is also free. ("doesn't cost you anything ...")having your agents disposition calls as "A" (Answering Machine) and "FAX" (Guess) doesn't cost you anything to "install".
Return to ViciDialNow - GoAutoDial
Users browsing this forum: No registered users and 89 guests