Difference between revisions of "Call hangs after 2 hours"

From Kolmisoft Wiki
Jump to navigationJump to search
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
This is defautl hard-limit for all calls.
This is default hard-limit for all calls.


You can change this value in /etc/asterisk/[[mor.conf]] file by changing '''global_call_timeout''' value to more than 7200 (minutes).
You can change this value in /etc/asterisk/[[mor.conf]] file by changing '''global_call_timeout''' value to more than 7200 seconds (2 hours).
 
Then you need to restart Asterisk for this setting to apply.


<br><br>
<br><br>
= See also =
= See also =
* [[Mor.conf]]
* [[Mor.conf]]

Latest revision as of 14:55, 22 January 2019

This is default hard-limit for all calls.

You can change this value in /etc/asterisk/mor.conf file by changing global_call_timeout value to more than 7200 seconds (2 hours).

Then you need to restart Asterisk for this setting to apply.



See also