Is there any syntax I can use to put a delay in two lines being dialed?
One is a SIP endpoint, the other is my cell phone.

Not directly, but yes. Hint: Local channel + Wait. Something like this:

Dial(SIP/phone&Local/[EMAIL PROTECTED])

[delayed]
exten => XXXXXXXXXX,1,Wait(10)
exten => XXXXXXXXXX,2,Dial(SIP/[EMAIL PROTECTED])

--Luki
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to