]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
briding is a bool, fixed copy and paste issue.
authorChristian Richter <christian.richter@beronet.com>
Tue, 5 Jun 2007 15:42:03 +0000 (15:42 +0000)
committerChristian Richter <christian.richter@beronet.com>
Tue, 5 Jun 2007 15:42:03 +0000 (15:42 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@67307 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/misdn/chan_misdn_config.h

index 87514ab700c9a861bf74322d9d945d60d66763d6..3220edb6d2a4eb1adbe3f16ff3d8e6a6cfde5e3c 100644 (file)
@@ -58,9 +58,9 @@ enum misdn_cfg_elements {
        MISDN_CFG_NEED_MORE_INFOS,     /* bool */
        MISDN_CFG_NOAUTORESPOND_ON_SETUP,     /* bool */
        MISDN_CFG_OVERLAP_DIAL,        /* int (bool) */
-       MISDN_CFG_NTTIMEOUT,     /* bool */
-       MISDN_CFG_BRIDGING,              /* int */
-       MISDN_CFG_JITTERBUFFER,              /* int */
+       MISDN_CFG_NTTIMEOUT,            /* bool */
+       MISDN_CFG_BRIDGING,              /* bool */
+       MISDN_CFG_JITTERBUFFER,             /* int */
        MISDN_CFG_JITTERBUFFER_UPPER_THRESHOLD,              /* int */
        MISDN_CFG_CALLGROUP,           /* ast_group_t */
        MISDN_CFG_PICKUPGROUP,         /* ast_group_t */