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/branches/1.4@89169 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Christian Richter
2007-11-12 09:45:36 +00:00
parent 76aa7c3767
commit 57ccb76df1
6 changed files with 34 additions and 2 deletions

View File

@@ -381,6 +381,8 @@ struct misdn_lib_iface {
/***** USER IFACE **********/
void misdn_lib_nt_keepcalls(int kc);
void misdn_lib_nt_debug_init( int flags, char *file );
int misdn_lib_init(char *portlist, struct misdn_lib_iface* iface, void *user_data);