Displaying 1 result from an estimated 1 matches for "nomoreline".
2005 Jun 16
2
Multiple Sipura 3000
...couldn't find anything on how to setup multiple Sipura 3000 devices
in asterisk for outgoing calls.
I would set it up the same way I have currently the zap channel
configure so like this :
[outgoing]
ignorepat => 9
exten => _9.,1,Dial(Zap/g2/${EXTEN:1})
exten => _9.,2,Playback(nomoreline)
exten => _9.,3,Hangup
I tried this and it's working :
[outgoing]
ignorepat => 9
exten => _9.,1,Dial(SIP/${EXTEN:1}@10.0.1.111:5061)
exten => _9.,2,Playback(nomoreline)
exten => _9.,3,Hangup
10.0.1.111:5061 is the IP and SIP port of the Sipura 3000 device. So
that would w...