[asterisk-users] SIP calls destroyed after 1:20

Mark Murawski markm-lists at intellasoft.net
Mon Nov 15 16:32:20 CST 2010


Are you using originate?  Check your originate timeout.
Are you limiting your call length on Dial()... check your L options.

Asterisk will send a BYE if it hits an internal timer that's set to 
destroy the call at a specific time.

For instance... this is almost guaranteed to cause problems

Action: Originate
Timeout: 30

Timeout is in milliseconds if I remember correctly, so after 30 
milliseconds, which isn't nearly enough time to establish a call, 
asterisk will kill the call.



On 11/15/2010 03:11 PM, Jeremy Kister wrote:
> After upgrading to Asterisk 1.8.0, I am finding that my outbound SIP
> calls are being destroyed after 1 minute and 20 seconds (80 seconds).
>
> Asterisk is sending a BYE message - I have no idea why.
>
> http://jeremy.kister.net/tmp/20101115/sip.txt for a sip debug.
>
> can anyone suggest how i can further deal with this?
>
>
>




More information about the asterisk-users mailing list