[asterisk-users] Delay in Dial()

Eric "ManxPower" Wieling eric at fnords.org
Tue May 1 10:24:16 MST 2007


Steve Finkelstein wrote:
> All,
> 
> 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. I'd like to have the
> SIP phone ring for some arbitrary number of seconds before it is sent
> off to the mobile phone. Using something like a Wait() within a Dial()
> would be ideal.

[extensions]

exten => 666,1,Dial(Local/desk at extensions@Local/cell at extensions)

exten => desk,1,Dial(SIP/deadbeef-a)

exten => cell,1,Wait(15)
exten => cell,2,Dial(Zap/G1/5551212)



More information about the asterisk-users mailing list