search for: welcome_and_dial_your_number

Displaying 1 result from an estimated 1 matches for "welcome_and_dial_your_number".

2004 Sep 25
1
How can I dial one unbusy channel of 4 available?
...ait,1 ; Wait a second, just for fun exten => s,2,Answer ; Answer the line exten => s,3,DigitTimeout,2 ; Set Digit Timeout to 5 seconds exten => s,4,ResponseTimeout,5 ; Set Response Timeout to 10 seconds exten => s,5,BackGround(welcome_and_dial_your_number) ; exten => _.,1,Dial(SIP/${EXTEN}@one_of_the_outgoing_sip_defined_on_sip_conf) ;******* I dont know what to write instead of the line marked with *******. A multiple dial like following is not the solution I think. exten => _.,1,Dial(SIP/${EXTEN}@one_outgoing_sip&SIP/${EXT...