Tag : Dial
[sub-out-do-dial] exten => s,1,NoOp(Dial) same => n,NoOp(FirstChannel: ${CHANNEL}) same => n,Dial(????,60,gF) same => n,NoOp(SecondChannel: ${CHANNEL}) same => n,Return() [some] exten => s,1,GoSub(sub-out-do-dial,s,1) In case of the destinat..
Hi.Im having problems with the Dial() application when I use full SIP account details in it.Im looking at the OReilly book https://www.amazon.co.uk/dp/1449332420 on page 135, where it says The Dial() application also allows you to connect to a rem..
all! :)I search a function or option for application Dail().My situations:I have two or more Dial()s with multiple devices (Handgroups).Level1: Dial(SIP/device1,20)Level2: Dial(SIP/device1&SIP/device2,20)Level3: Dial(SIP/device1&SIP/device2&SIP/device3,20)W..