Hello,
Is it possible to use 3 SIPs trunks providers in a single carrier ?
Thank you
Moderators: enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, s0lid
udy786 wrote:You can do it. Read hangup cause, if hangup reason like not reachable, cancel, unreachable etc then dial with other provider.
Variable:- HANGUPCAUSE and DIALSTATUS.
exten => _974.,1,Dial(SIP/0${EXTEN:3}@provider1)
exten => _974.,2,NoOp(Call Status is ${DIALSTATUS} and ${HANGUPCAUSE})
exten => _974.,3,GotoIf($[${HANGUPCAUSE} = 16]?working:notworking)
exten => _974.,n(notworking),Hangup()
exten => _974.,n,Dial(SIP/0${EXTEN:3}@provider2)
exten => _974.,n,Hangup()
Good Luck.
Drantidote wrote:Hello,
Is it possible to use 3 SIPs trunks providers in a single carrier ?
Thank you
Return to ViciDialNow - GoAutoDial
Users browsing this forum: No registered users and 53 guests