Jonas Kellens
2014-Jan-08 15:07 UTC
[asterisk-users] Call duration limit ? Calls end after 15 minutes...
Hello, I see the strange behaviour that outgoing calls end after 15 minutes. I didn't knew there is some kind of call duration limit that can be set ? Is there ? Using Asterisk 1.8.12.2 Kind regards, Jonas. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20140108/3695153b/attachment.html>
isrlgb at gmail.com
2014-Jan-08 15:26 UTC
[asterisk-users] Call duration limit ? Calls end after 15 minutes...
Try setting canreinvite yes on that trunk it worked on trunks I had
Some providers send a reinvite after 15 min and if Asterisk doesn't respond
then it disconnects the call something like that
-----Original Message-----
From: Jonas Kellens <jonas.kellens at telenet.be>
Sender: asterisk-users-bounces at lists.digium.comDate: Wed, 08 Jan 2014
16:07:22
To: Asterisk Users Mailing List - Non-Commercial Discussion<asterisk-users at
lists.digium.com>
Reply-To: Asterisk Users Mailing List - Non-Commercial Discussion
<asterisk-users at lists.digium.com>
Subject: [asterisk-users] Call duration limit ? Calls end after 15 minutes...
--
_____________________________________________________________________
-- 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
Markus
2014-Jan-08 15:47 UTC
[asterisk-users] Call duration limit ? Calls end after 15 minutes...
Am 08.01.2014 16:07, schrieb Jonas Kellens:> Hello, > > I see the strange behaviour that outgoing calls end after 15 minutes. > > I didn't knew there is some kind of call duration limit that can be set ? > > Is there ?Look at session-timers in sip.conf. I had to set it to "refuse" for a specific provider because they are a little incompetent. Drawback is that a call can show as going on forever if the BYE message is lost due to network problems.