Page 1 of 1

Dial plan for Uk?

PostPosted: Mon Jul 14, 2014 5:06 am
by rajal
I am using 2 Carriers fro Canada and Usa here are the dial plans for both,
1.exten => _1NXXNXXXXXX,1,Set(CALLERID(number)=5877930611)
exten => _1NXXNXXXXXX,2,Dial(SIP/rapidvox/${EXTEN})
exten => _1NXXNXXXXXX,3,Hangup


2. exten => _81XXXXXXXXXX,1,Set(CALLERID(number)=5877930611)
exten => _81XXXXXXXXXX,2,Dial(SIP/${EXTEN:1}@rashid,,tTo)
exten => _81XXXXXXXXXX,3,Hangup


now with these what i need to change If i want UK Dial Plan please help

Re: Dial plan for Uk?

PostPosted: Wed Jul 23, 2014 10:10 am
by mav2287
I would read through this http://www.eflo.net/VICIDIALforum/viewtopic.php?t=7936 if it doesn't answer your question post back

Re: Dial plan for Uk?

PostPosted: Wed Jul 23, 2014 11:14 am
by geoff3dmg
I just use 944. in my UK dialplans. eg (some alterations may be needed for certain UK carriers):

Code: Select all
exten => _944.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _944.,n,Dial(SIP/${EXTEN:1}@sipcarrier,,tTor)
exten => _944.,n,Hangup


That way the campaign prefix ends up being a 9 and the phone codes on the leads are 44 and you just have to strip the leading zeros off your numbers (Excel likes to do this anyway..).