multiple sip lines configuration....
Posted:
Thu Jul 13, 2006 8:03 pm
by Delta239
hello... i have 3 accounts with telasip.. and each account allows me to have 2 lines for outgoing.... how can i set it up that i can use my 3 accounts for dialing out on the vicidial... i now i have to set it up on the sip.conf..(correct me if im wrong) but can you help me out on that please?
thanks in advance guys.
Posted:
Thu Jul 13, 2006 8:52 pm
by mflorell
Will they reject your connection attempt if you try to send 3 calls?
If so you could easily just use them in series(one Dial line after the other) in your extensions.conf and it would failover to the next one when one fills up.
Posted:
Thu Jul 13, 2006 9:08 pm
by mflorell
exten => 91NXXNXXXXXX,1,AGI(call_log.agi)
exten => 91NXXNXXXXXX,2,Dial(SIP/${EXTEN:1}@firstaccount-sip.com)
exten => 91NXXNXXXXXX,3,Dial(SIP/${EXTEN:1}@secondaccount-sip.com)
exten => 91NXXNXXXXXX,4,Dial(SIP/${EXTEN:1}@thirdaccount-sip.com)
exten => 91NXXNXXXXXX,5, Hangup