summaryrefslogtreecommitdiff
path: root/channels/misdn
diff options
context:
space:
mode:
authorNadi Sarrar <ns@beronet.com>2007-04-03 11:15:45 +0000
committerNadi Sarrar <ns@beronet.com>2007-04-03 11:15:45 +0000
commit4d1edcd4fde7916c9cf554baa50ced2a7e3f9b1e (patch)
treeee895485133f94f67ffd1c8e00684359b6e2da9a /channels/misdn
parenta6d7b13160cf8590f4d810b259bb878276c31eb1 (diff)
Merged revisions 59804 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r59804 | nadi | 2007-04-03 13:02:46 +0200 (Di, 03 Apr 2007) | 15 lines Merged revisions 59788,59803 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r59788 | nadi | 2007-04-03 11:37:00 +0200 (Di, 03 Apr 2007) | 2 lines Use the new sysfs way of mISDN 1.2 to check if a port is NT or not. ........ r59803 | nadi | 2007-04-03 12:40:58 +0200 (Di, 03 Apr 2007) | 2 lines ptp is the 5th bit, not the 4th. ........ ................ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@59805 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/misdn')
-rw-r--r--channels/misdn/chan_misdn_config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/channels/misdn/chan_misdn_config.h b/channels/misdn/chan_misdn_config.h
index eacc22b3e..55c4166a7 100644
--- a/channels/misdn/chan_misdn_config.h
+++ b/channels/misdn/chan_misdn_config.h
@@ -83,7 +83,9 @@ enum misdn_cfg_elements {
/* general config items */
MISDN_GEN_FIRST,
+#ifndef MISDN_1_2
MISDN_GEN_MISDN_INIT, /* char[] */
+#endif
MISDN_GEN_DEBUG, /* int */
MISDN_GEN_TRACEFILE, /* char[] */
MISDN_GEN_BRIDGING, /* int (bool) */