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 <[EMAIL PROTECTED]> wrote:
> > exten => s,1,Dial(Local/[EMAIL PROTECTED]&Local/[EMAIL 
> > PROTECTED]&Local/[EMAIL PROTECTED])
> >
> > [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
> [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

Reply via email to