Displaying 1 result from an estimated 1 matches for "internal_sip_tel".
2006 Jun 27
2
Background + Dial
Hi everybody,
I try this :
[incoming_from_fxo_card]
exten => s,1,Answer()
exten => s,2,Background(filename)
exten => s,3,Dial($(INTERNAL_SIP_TEL))
But * wait the file is finish before make Dial to SIP channel.
Background(filename) (from voip-info.org)
=> Starts playing a given sound file, but immediately
returns, permitting the sound file to play in the background
while the next commands (if any) execute.
I want to Dial a SIP chann...