mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user