[Asterisk-Users] cascaded ringing

Julian J. M. julianjm at gmail.com
Fri Feb 25 05:36:25 MST 2005


You could add 
exten => 1,2,Goto(context,2,2)

But I don't know what will happen when, after 5 secs, dial SIP/2 is
executed again...

Julian


On Fri, 25 Feb 2005 12:56:14 +0100, Elmar Haneke <elmar at haneke.de> wrote:
> > exten => s,1,Dial(Local/1 at context&Local/2 at context&Local/3 at context)
> >
> > [context]
> > exten => 1,1,Dial(SIP/1)
> > exten => 2,1,Wait(5)
> > exten => 2,2,Dial(SIP/2)
> > exten => 3,1,Wait(10)
> > exten => 3,2,Dial(SIP/3)
> >
> > Basically, use the 'local' channel for your dial, then you can wait a
> > bit before actually calling...
> 
> That's an good idea. How can I extend this to let SIP/2 ring
> immediately if SIP/1 is busy?
> 
> Elmar
> _______________________________________________
> 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