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?
>
>
>


-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to