[Asterisk-Users] I need to dial multiple numbers concurently
but with delays.
Trevor Peirce
tpeirce at digitalcon.ca
Sat Feb 19 12:43:14 MST 2005
desoft at freemail.gr wrote:
>I have let's say a reception that is comprised of 2 zap extensions and a mobile phone to dial using ISDN through Capi.
>I want to have a delay before starting dialing the mobile phone so that it rings only when the call has been unanswered for say 25 seconds.
>I tried to use Capi/2106994444:ww6935555555 but without any success.
>
>There is any way to do it or the code has to be modified ?
>
>
Hmm...
exten => 555,1,Dial(Capi/2106994444&Local/555cell)
exten => 555cell,1,Wait(25)
exten => 555cell,2,Dial(Capi/6935555555)
I have never done this but I imagine that would solve your problem.
Trev
More information about the asterisk-users
mailing list