git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@66312
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
static char progzone[10] = "";
-static int usedistinctiveringdetection = 0;
static int distinctiveringaftercid = 0;
static int numbufs = 4;
/* Flag to destroy the channel must be cleared on new mkif. Part of changes for reload to work */
tmp->destroy = 0;
tmp->drings = drings;
- tmp->usedistinctiveringdetection = usedistinctiveringdetection;
+ tmp->usedistinctiveringdetection = conf.chan.usedistinctiveringdetection;
tmp->callwaitingcallerid = conf.chan.callwaitingcallerid;
tmp->threewaycalling = conf.chan.threewaycalling;
tmp->adsi = conf.chan.adsi;