summaryrefslogtreecommitdiff
path: root/channels/misdn_config.c
diff options
context:
space:
mode:
authorChristian Richter <christian.richter@beronet.com>2006-03-20 18:04:05 +0000
committerChristian Richter <christian.richter@beronet.com>2006-03-20 18:04:05 +0000
commit52eb1ad9d14c96df905049d4b3e2193585dbc3e8 (patch)
tree91eb71315e168de7dbbf6e042c92898c12168e6a /channels/misdn_config.c
parent3cb576801616a22ef57ae3402cab69e33791fd70 (diff)
removed dynamic switching from transparent to hdlc mode. Instead we've got a config option hdlc=yes now which enables the hdlc controller for a data call
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@13637 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/misdn_config.c')
-rw-r--r--channels/misdn_config.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/channels/misdn_config.c b/channels/misdn_config.c
index fa712d523..ee3144159 100644
--- a/channels/misdn_config.c
+++ b/channels/misdn_config.c
@@ -88,6 +88,7 @@ static const struct misdn_cfg_spec port_spec[] = {
{ "txgain", MISDN_CFG_TXGAIN, MISDN_CTYPE_INT, "0", NONE },
{ "te_choose_channel", MISDN_CFG_TE_CHOOSE_CHANNEL, MISDN_CTYPE_BOOL, "no", NONE },
{ "pmp_l1_check", MISDN_CFG_PMP_L1_CHECK, MISDN_CTYPE_BOOL, "yes", NONE },
+ { "hdlc", MISDN_CFG_HDLC, MISDN_CTYPE_BOOL, "no", NONE },
{ "context", MISDN_CFG_CONTEXT, MISDN_CTYPE_STR, "default", NONE },
{ "language", MISDN_CFG_LANGUAGE, MISDN_CTYPE_STR, "en", NONE },
{ "musicclass", MISDN_CFG_MUSICCLASS, MISDN_CTYPE_STR, "default", NONE },