[asterisk-dev] Asterisk start handle a call after 3 seconds

asterisk at nicox.org asterisk at nicox.org
Thu Jan 24 01:55:21 CST 2008


I See the incoming Call as:
"Accepting overlap call from '43123456789' to '0043987654321' on 
channel 0/15, span 4"
After 3 seconds Asterisk search the dialplan if there is anything to do.
So i think its not possible that there is a problem with the extension in 
the dialplan.

Thanks

Nico



On Wed, 23 Jan 2008, Michael Neuhauser wrote:

> On Thu, 2008-01-17 at 15:29 +0100, asterisk at nicox.org wrote:
>> I'm using asterisk as a Voice Gateway and i will optimize the speed of the
>> Gateway.
>>
>> I seen that asterisk waits 3 seconds to start handle a call, defined in
>> the matchdigittimeout variable.
>>
>> I can not cahnge this variable, because if i change it, also the timeout
>> for overlap digits changed.
>>
>> Any idea i can sovle this?
>
> Could it be that you just need to end you patterns with '!' instead of
> '.'?
>
> exten => _012.,1,...
>        This will wait matchdigittimeout (for a ZAP channel) after '012'
>        was seen to gather all digits for a complete number and then
>        continue in the dial plan.
>
> exten => _012!,1,...
>        This will continue in the dial plan as soon as '012' was seen
>        (if there are no longer patterns in the dial plan that match
>        "012"). Typically a Dial() will be done a little later -
>        Asterisk then forwards the already known digits and the ones
>        arriving later on to the outgoing channel.
> -- 
> Dr. Michael Neuhauser                              mailto:mike at firmix.at
> Firmix Software GmbH                                  sip:mike at firmix.at
> Vienna/Austria/Europe                               tel:+43-1-7890849-30
> Linux Development and Services                     http://www.firmix.at/
>
>
> _______________________________________________
> --Bandwidth and Colocation Provided by http://www.api-digital.com--
>
> asterisk-dev mailing list
> To UNSUBSCRIBE or update options visit:
>   http://lists.digium.com/mailman/listinfo/asterisk-dev
>



More information about the asterisk-dev mailing list