Hi Guys,

I have couple of SIP trunks, everyone of them with different IP address.
Is there a way to create some kind of SIP group trunks, like I can do with ZAP channels.

With sip I have to do example below, in order to jump to next SIP trunk if first one is busy.
Is there another, nicer way to do it?
...
exten => _9[2345]XXXXX,3,Dial(SIP/${EXTEN:[EMAIL PROTECTED],${DIALTIME})
exten => _9[2345]XXXXX,104,Dial(SIP/${EXTEN:[EMAIL PROTECTED],${DIALTIME})

With zap trunks it very nice, I just put zap channels in groups:
...
exten => _9[2345]XXXXX,3,Dial(ZAP/G2/${EXTEN:1},${DIALTIME}))


_______________________________________________
Asterisk-Users mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to