Eric "ManxPower" Wieling wrote:
> Stephen Bosch wrote:
>> Eric "ManxPower" Wieling wrote:
>>> 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 ph
It's amazing how simple some answer are.
Thank you kindly for your responses Edoardo and Luki. :-)
- sf
Edoardo Serra wrote:
> Hi Steve,
>put a timeout in the Dial command, if the call isn't answered it
> returns after the timeout has expired
>
> e.g.:
> exten => _X.,1,Dial(SIP/${EXTEN}|15)
Stephen Bosch wrote:
Eric "ManxPower" Wieling wrote:
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 se
Eric "ManxPower" Wieling wrote:
> 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
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
Hi Steve,
put a timeout in the Dial command, if the call isn't answered it
returns after the timeout has expired
e.g.:
exten => _X.,1,Dial(SIP/${EXTEN}|15)
It waits 15 secs for the call to be answered
Look at http://www.voip-info.org/wiki-Asterisk+cmd+Dial for more
informations
Regards
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 => XX,1,Wait(10)
exten => X
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
On Wed, 28 Sep 2005, yusuf wrote:
> I am using Asterisk CVS, and I am getting a huge delay in dialing SIP.
> This Asterisk box is taking calls from a PABX over ZAP, then dialing SIP
> users.
> So, a user '0251' dials from his phone, the PABX sends it the my
> Asterisk box, no delay, then I get
Hi,
Try taking out "Answer" in your extensions.conf.
You don't need to answer before dialing a SIP channel.
cheers.
AK
On 9/28/05, yusuf <[EMAIL PROTECTED]> wrote:
Hi all,I am using Asterisk CVS, and I am getting a huge delay in dialing SIP.This Asterisk box is taking calls from a PABX over Z
Hi all,
I am using Asterisk CVS, and I am getting a huge delay in dialing SIP.
This Asterisk box is taking calls from a PABX over ZAP, then dialing SIP
users.
So, a user '0251' dials from his phone, the PABX sends it the my
Asterisk box, no delay, then I get a 15 sec delay, before it actually
11 matches
Mail list logo