mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
* Introducing a new way for the l1watcher thread using the ast_sched way. Now l1watcher timeouts can be configured separately for every portgroup.
* added a signal handler to allow waking up the misdn task thread (that may sleep in a poll call) via misdn_tasks_wakeup(). * overlap_dial functionality implemented. * fixes a bug which leads to a segfault after reordering config elements in the enum or struct git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@37382 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -59,9 +59,11 @@ enum misdn_cfg_elements {
|
||||
MISDN_CFG_PICKUPGROUP, /* ast_group_t */
|
||||
MISDN_CFG_MAX_IN, /* int */
|
||||
MISDN_CFG_MAX_OUT, /* int */
|
||||
MISDN_CFG_L1_TIMEOUT, /* int */
|
||||
MISDN_CFG_OVERLAP_DIAL, /* int (bool)*/
|
||||
MISDN_CFG_MSNS, /* char[] */
|
||||
MISDN_CFG_PTP, /* int (bool) */
|
||||
MISDN_CFG_FAXDETECT, /* char[] */
|
||||
MISDN_CFG_PTP, /* int (bool) */
|
||||
MISDN_CFG_LAST,
|
||||
|
||||
/* general config items */
|
||||
@@ -75,7 +77,6 @@ enum misdn_cfg_elements {
|
||||
MISDN_GEN_DYNAMIC_CRYPT, /* int (bool) */
|
||||
MISDN_GEN_CRYPT_PREFIX, /* char[] */
|
||||
MISDN_GEN_CRYPT_KEYS, /* char[] */
|
||||
MISDN_GEN_L1_TIMEOUT, /* int */
|
||||
MISDN_GEN_NTDEBUGFLAGS, /* int */
|
||||
MISDN_GEN_NTDEBUGFILE, /* char[] */
|
||||
MISDN_GEN_LAST
|
||||
|
Reference in New Issue
Block a user