summaryrefslogtreecommitdiff
path: root/channels/misdn/chan_misdn_config.h
diff options
context:
space:
mode:
authorChristian Richter <christian.richter@beronet.com>2006-07-13 14:13:24 +0000
committerChristian Richter <christian.richter@beronet.com>2006-07-13 14:13:24 +0000
commit54ce0f0a2276173791df95d9dc8a6397b72270d3 (patch)
tree3874939df773caa017f61f62329716a878ca4b9f /channels/misdn/chan_misdn_config.h
parentfd9c9ec28fd00304f2c1ea0ffc90a41a16d29914 (diff)
added even more statefulness for sending out disconnect/release/release_complete messages. added support for incoming presentation/screening. fixed a bug that we generate TONE_EVENTS on hanguptone_indicatem, which caused asterisk to write blocking thread messages. added nodialtone option to prevent dialtone for always_immediate
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@37508 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/misdn/chan_misdn_config.h')
-rw-r--r--channels/misdn/chan_misdn_config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/channels/misdn/chan_misdn_config.h b/channels/misdn/chan_misdn_config.h
index 8e0140471..8866df853 100644
--- a/channels/misdn/chan_misdn_config.h
+++ b/channels/misdn/chan_misdn_config.h
@@ -44,6 +44,7 @@ enum misdn_cfg_elements {
MISDN_CFG_PRES, /* int */
MISDN_CFG_SCREEN, /* int */
MISDN_CFG_ALWAYS_IMMEDIATE, /* int (bool) */
+ MISDN_CFG_NODIALTONE, /* int (bool) */
MISDN_CFG_IMMEDIATE, /* int (bool) */
MISDN_CFG_SENDDTMF, /* int (bool) */
MISDN_CFG_HOLD_ALLOWED, /* int (bool) */