Aharon Schkolnik wrote:
Hi.

We have asterisk up and running, but have a strange problem - it has 30 seconds of post-dial-delay (time between dialing and first ring). We are pretty sure it is an asterisk issue, and need someone to help us debug it. We are prepared to pay.

Anyone capable and interested ?

I can help you for money (check my .sig for the gory details), but since it sounds like a very simple issues to me (perhas I'm wrong) let me try and guess that in your dial plan (extension.conf context) you have defined a wildcard extension with no bound of digits, something similar to this:

exten => _.,1,Dial(Zap/${EXTEN})

AND you never set DigitTimeout(seconds) to a sane value (or Set(TIMEOUT(digit)=timeout) in CVS HEAD).

So, if this is the case, either bound the number of digits the wild card will accept like so:

exten => _NXXXXXXXXX,1,Dial(Zap/${EXTEN})

or

exten => _.,1,DigitTimeout(3)

If it's not the case give me a call.

Cheers,
Gilad

--
Gilad Ben-Yossef <[EMAIL PROTECTED]>
Codefidence. A name you can trust(tm)
Web: http://codefidence.com  | SIP: [EMAIL PROTECTED]
IL: +972.9.8650475 ext. 201  | Fax:            +972.9.8850643
US: +1.360.2275194 ext. 201  | Cel:           +972.52.8260388

"I am Jack's Overwritten Stack Pointer"
        -- Hackers Club, the movie

=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to