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? -- Jeremy Kister http://jeremy.kister.net./
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? > > >
On Mon, Nov 15, 2010 at 3:11 PM, Jeremy Kister <asterisk-01 at jeremykister.com> 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?Play around with the session-timers in sip.conf. We had an issue with our sip provider, and this turned out to be a workaround. Their end was okay with supported session timers, but not session timers which were marked as required. -M