[Asterisk-Users] Dial without bridge

Selim selimbh at gmail.com
Fri Nov 12 03:34:40 MST 2004


You can try a Background command in your dialplan before the Dial statement:

exten => _0ZXXXXXXXX,1,Answer()
exten => _0ZXXXXXXXX,2,Background(yourAnnouceFile)
exten => _0ZXXXXXXXX,3,Dial(...,30,r)

S.

On Fri, 12 Nov 2004 09:54:10 +0000, Adam Greenbaum <lists at refinitive.com> 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
> Asterisk-Users at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users
>



More information about the asterisk-users mailing list