Dial Plan Redundancy.

Any and all non-support discussions

Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N

Dial Plan Redundancy.

Postby jps000 » 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!
jps000
 
Posts: 22
Joined: Wed Mar 13, 2019 6:51 am

Re: Dial Plan Redundancy.

Postby bbakirtas » Sat Mar 07, 2020 11:12 am

First 8899 second 7799

You can use like this
exten => _0817.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _0817.,n,Dial(SIP/8899/99${EXTEN},,Tto) / if sip/8899 cant connect its going to sip/7799
exten => _0817.,n,Dial(SIP/7799/99${EXTEN},,Tto)
exten => _0817.,n,Hangup
Vicibox 9.0.1
VERSION: 2.14-738a
BUILD: 200210-1628
Intel Xeon X5650 12 Core HT 24 Core 2.90 Ghz
64 GB ECC Registered Memory
bbakirtas
 
Posts: 92
Joined: Thu Dec 06, 2012 3:35 am
Location: Turkey

Re: Dial Plan Redundancy.

Postby jps000 » Sat Mar 07, 2020 10:13 pm

Than you so much bbakirtas cheers!
jps000
 
Posts: 22
Joined: Wed Mar 13, 2019 6:51 am


Return to General Discussion

Who is online

Users browsing this forum: No registered users and 88 guests