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 call is bridged.
> 
> You could also use the M(x) parameter to run a macro instead.

Excellent, just what I was looking for, sorry for not finding it myself
in the first place!

Thanks.

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


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
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 call is bridged.

You could also use the M(x) parameter to run a macro instead.

Nick.



___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


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.

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


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 possible to dial a number (from an extension dial plan) and not
> bridge the call immediately? I want to announce something to the callee
> before the caller is connected.
> 
> Thanks,
> 
> Adam.
> 
> ___
> Asterisk-Users mailing list
> [EMAIL PROTECTED]
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
>http://lists.digium.com/mailman/listinfo/asterisk-users
>
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Dial without bridge

2004-11-12 Thread Adam Greenbaum
Hi,

 Is it possible to dial a number (from an extension dial plan) and not
bridge the call immediately? I want to announce something to the callee
before the caller is connected.

Thanks,

Adam.

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users