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
Asterisk-Users@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

Reply via email to