Hi,
I currently use following ext and dialplan to dial Indian nos.
exten => _32910X.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _32910X.,2,Dial(SIP/voip1/${EXTEN:4},,tToR)
exten => _32910X.,3,Hangup
exten => _3291X.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _3291X.,2,Dial(SIP/voip1/0${EXTEN:4},,tToR)
exten => _3291X.,3,Hangup
I have one more carrier setup voip2
i want all nos ending 0-4 uses voip1 and all nos ending 5-9 uses voip2. What adjustments do i need to make in dial plan to accomplish this?
Thanks