Dial Plan Redundancy.
Posted: Wed Mar 04, 2020 8:45 pm
Hi all
Just want to know if this dialplan will work out.
exten => _0817.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _0817.,2,Dial(SIP/8899/99${EXTEN},,Tto)
exten => _0817.,3,Hangup
exten => _0817.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _0817.,2,Dial(SIP/7799/99${EXTEN},,Tto)
exten => _0817.,3,Hangup
I made same pattern to two different provider. how will be the behavior? would it dial to the first or it will dial both? If chan unavailable on first dial plan will it proceed to the 2nd dial plan?
Thank you!
Just want to know if this dialplan will work out.
exten => _0817.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _0817.,2,Dial(SIP/8899/99${EXTEN},,Tto)
exten => _0817.,3,Hangup
exten => _0817.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _0817.,2,Dial(SIP/7799/99${EXTEN},,Tto)
exten => _0817.,3,Hangup
I made same pattern to two different provider. how will be the behavior? would it dial to the first or it will dial both? If chan unavailable on first dial plan will it proceed to the 2nd dial plan?
Thank you!