Failover Dialplan
Posted: Thu Jun 13, 2019 2:57 pm
Good Day,
I am trying to use failover dialplan for 3 carriers by some how it is not working please check and update about mistake, Thanks.
System Settings:
Version: 2.14b0.5
SVN Version: 3112
DB Schema Version: 1571
DB Schema Update Date: 2019-06-12 15:13:18
Password Encryption: DISABLED - S1 - C1
Auto User-add Value: 101
Recording Prompt Count: 0
Install Date: 2019-06-12
Current Failover Dialplan Settings:
Account Entry: Empty
Protocol: Sip
Globals String: Failover=SIP/Failover
Dialplan Entry:
exten => _21X.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _21X.,n,Set(CALLERID(num)=${EXTEN:1:6}${RAND(10001,99999)})
exten => _21X.,n,Dial(SIP/${EXTEN:1}@AAA,,tTo)
exten => _21X.,n,Dial(SIP/${EXTEN:1}@BBB,,tTo)
exten => _21X.,n,Dial(SIP/${EXTEN:1}@CCC,,tTo)
exten => _21X.,n,Hangup
I have these dialplans in CARRIER listings active, but when i use failover dialplan with dial prefix 2 it only sends calls to
exten => _21X.,n,Dial(SIP/${EXTEN:1}@AAA,,tTo)
not to
exten => _21X.,n,Dial(SIP/${EXTEN:1}@BBB,,tTo) OR exten => _21X.,n,Dial(SIP/${EXTEN:1}@CCC,,tTo)
Failover is not working.
Please check and update, Thanks.
I am trying to use failover dialplan for 3 carriers by some how it is not working please check and update about mistake, Thanks.
System Settings:
Version: 2.14b0.5
SVN Version: 3112
DB Schema Version: 1571
DB Schema Update Date: 2019-06-12 15:13:18
Password Encryption: DISABLED - S1 - C1
Auto User-add Value: 101
Recording Prompt Count: 0
Install Date: 2019-06-12
Current Failover Dialplan Settings:
Account Entry: Empty
Protocol: Sip
Globals String: Failover=SIP/Failover
Dialplan Entry:
exten => _21X.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _21X.,n,Set(CALLERID(num)=${EXTEN:1:6}${RAND(10001,99999)})
exten => _21X.,n,Dial(SIP/${EXTEN:1}@AAA,,tTo)
exten => _21X.,n,Dial(SIP/${EXTEN:1}@BBB,,tTo)
exten => _21X.,n,Dial(SIP/${EXTEN:1}@CCC,,tTo)
exten => _21X.,n,Hangup
I have these dialplans in CARRIER listings active, but when i use failover dialplan with dial prefix 2 it only sends calls to
exten => _21X.,n,Dial(SIP/${EXTEN:1}@AAA,,tTo)
not to
exten => _21X.,n,Dial(SIP/${EXTEN:1}@BBB,,tTo) OR exten => _21X.,n,Dial(SIP/${EXTEN:1}@CCC,,tTo)
Failover is not working.
Please check and update, Thanks.