Fix for #13963. Make physical channel mapping unconfigured default

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@158482 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.2
Matthew Fredrickson 17 years ago
parent 9789c66375
commit 8cb6ecdd24

@ -298,8 +298,8 @@ static int matchdigittimeout = 3000;
AST_MUTEX_DEFINE_STATIC(iflock);
/* QSIG channel mapping option types */
#define DAHDI_CHAN_MAPPING_LOGICAL 0
#define DAHDI_CHAN_MAPPING_PHYSICAL 1
#define DAHDI_CHAN_MAPPING_PHYSICAL 0
#define DAHDI_CHAN_MAPPING_LOGICAL 1
static int ifcount = 0;
@ -814,6 +814,7 @@ static struct dahdi_chan_conf dahdi_chan_conf_default(void) {
.dialplan = PRI_UNKNOWN + 1,
.localdialplan = PRI_NATIONAL_ISDN + 1,
.nodetype = PRI_CPE,
.qsigchannelmapping = DAHDI_CHAN_MAPPING_PHYSICAL,
.minunused = 2,
.idleext = "",

Loading…
Cancel
Save