Re: [Asterisk-Users] Dial without bridge

2004-11-12 Thread Selim
You can try a Background command in your dialplan before the Dial statement: exten = _0Z,1,Answer() exten = _0Z,2,Background(yourAnnouceFile) exten = _0Z,3,Dial(...,30,r) S. On Fri, 12 Nov 2004 09:54:10 +, Adam Greenbaum [EMAIL PROTECTED] wrote: Hi, Is it

Re: [Asterisk-Users] Dial without bridge

2004-11-12 Thread Adam Greenbaum
On Fri, 2004-11-12 at 10:34, Selim wrote: You can try a Background command in your dialplan before the Dial statement: Thanks for the reply. Doesn't the background command play to the caller though? I need to send audio to the callee as soon as then pickup, but before the call is bridged.

RE: [Asterisk-Users] Dial without bridge

2004-11-12 Thread Nick Barnes
Adam Greenbaum: Is it possible to dial a number (from an extension dial plan) and not bridge the call immediately? Yes. I want to announce something to the callee before the caller is connected. The A(x) parameter of the dial command allows this - see

RE: [Asterisk-Users] Dial without bridge

2004-11-12 Thread Adam Greenbaum
I want to announce something to the callee before the caller is connected. The A(x) parameter of the dial command allows this - see http://www.voip-info.org/wiki-Asterisk+cmd+dial. The caller continues to hear ringing while the callee hears the audio. Once the audio is finished, the