mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-14 16:33:34 +00:00
Merged revisions 89169 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r89169 | crichter | 2007-11-12 10:45:36 +0100 (Mo, 12 Nov 2007) | 1 line aded ntkeepcalls option, to avoid droÃpping calls when the L2 goes down on a PTP link. There are some pbx which do turn off the L1 for a very short while and restart it immediately. normally T310 should be started and after 10 seconds or so the calls should be dropped, this is a simple fix wihtout this timer. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89174 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -56,6 +56,12 @@ debug=0
|
||||
ntdebugflags=0
|
||||
ntdebugfile=/var/log/misdn-nt.log
|
||||
|
||||
|
||||
; some pbx systems do cut the L1 for some milliseconds, to avoid
|
||||
; dropping running calls, we can set this flag to yes and tell
|
||||
; mISDNuser not to drop the calls on L2_RELEASE
|
||||
ntkeepcalls=no
|
||||
|
||||
; the big trace
|
||||
;
|
||||
; default value: [not set]
|
||||
|
Reference in New Issue
Block a user