Re: [Asterisk-Users] I need to dial multiple numbers concurently but with delays.

2005-02-24 Thread Richard J. Sears
I did the same thing, only I ring 3 phones at once and then my cell, dropping back to my system VM if I don't answer my cell. Here is how I did it: I applied some variables to make it easer: RJSVMEXT=2377 RJSWORK=2377 RJSDESK=2378 RJSLAPTOP=2379 RJSHOME=2380 RJSCELL=18585551212 I created the

Re: [Asterisk-Users] I need to dial multiple numbers concurently but with delays.

2005-02-19 Thread Kevin P. Fleming
Trevor Peirce wrote: exten => 555,1,Dial(Capi/210699&Local/555cell) exten => 555cell,1,Wait(25) exten => 555cell,2,Dial(Capi/693555) I have never done this but I imagine that would solve your problem. Pretty imaginative! Yes, that should work. ___

Re: [Asterisk-Users] I need to dial multiple numbers concurently but with delays.

2005-02-19 Thread Trevor Peirce
[EMAIL PROTECTED] 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 us

Re: [Asterisk-Users] I need to dial multiple numbers concurently but with delays.

2005-02-19 Thread Kevin P. Fleming
[EMAIL PROTECTED] wrote: There is any way to do it or the code has to be modified ? Not yet, no, but I'm working on this enhancement. For now you can just use two Dial() statements, one after the other. The downside to this is that there is a very short moment where no outbound call will be activ

[Asterisk-Users] I need to dial multiple numbers concurently but with delays.

2005-02-19 Thread desoft
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/210699:ww6935