[svn-commits] jpeeler: branch 1.4 r208380 - /branches/1.4/channels/chan_dahdi.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Jul 23 14:20:00 CDT 2009


Author: jpeeler
Date: Thu Jul 23 14:19:53 2009
New Revision: 208380

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=208380
Log:
Only set the priindication setting when not performing a reload

(closes issue #14696)
Reported by: fdecher


Modified:
    branches/1.4/channels/chan_dahdi.c

Modified: branches/1.4/channels/chan_dahdi.c
URL: http://svn.asterisk.org/svn-view/asterisk/branches/1.4/channels/chan_dahdi.c?view=diff&rev=208380&r1=208379&r2=208380
==============================================================================
--- branches/1.4/channels/chan_dahdi.c (original)
+++ branches/1.4/channels/chan_dahdi.c Thu Jul 23 14:19:53 2009
@@ -7653,6 +7653,7 @@
 		for (x = 0; x < 3; x++)
 			tmp->subs[x].dfd = -1;
 		tmp->channel = channel;
+		tmp->priindication_oob = conf->chan.priindication_oob;
 	}
 
 	if (tmp) {
@@ -7953,7 +7954,6 @@
 		tmp->dahditrcallerid = conf->chan.dahditrcallerid;
 		tmp->restrictcid = conf->chan.restrictcid;
 		tmp->use_callingpres = conf->chan.use_callingpres;
-		tmp->priindication_oob = conf->chan.priindication_oob;
 		tmp->priexclusive = conf->chan.priexclusive;
 		if (tmp->usedistinctiveringdetection) {
 			if (!tmp->use_callerid) {




More information about the svn-commits mailing list