Set Timeout for MAX_AGI_CONNECT in Asterisk -
I have an Estheris installed and there is a zooper softphone whenever we call, there is an error displayed on the star sign :
Warning [28761]: res_agi.c: 1498 Launch_netscript: 'AG: //0.0.0.0 / Fastagi connection Agi' MAX_AGI_CONNECT (2000) time expired after milliseconds - Auto Folthru, the channel 'SIP / 123 -0000003D' status is 'unknown'
It takes about 10 seconds to connect to the call But time-Out 2 seconds, the call is never connected.
My question is how can we change the default time-out from 2000ms to 15000ms? The problem is that at some point in your dialplan there is an AGI that can not be executed.
exten => ????, n, AGI (agi: //0.0.0.0/incoming.agi)
If you need this, you need to get a connection in the right way or in a change Your script has to fix Dialplan
If you really need this, you can
Comments
Post a Comment