[svn-commits] mattf: trunk r121914 - /trunk/channels/chan_zap.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Jun 11 13:53:10 CDT 2008


Author: mattf
Date: Wed Jun 11 13:53:10 2008
New Revision: 121914

URL: http://svn.digium.com/view/asterisk?view=rev&rev=121914
Log:
Fix pseudo channel allocation errors on startup when using SS7

Modified:
    trunk/channels/chan_zap.c

Modified: trunk/channels/chan_zap.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/chan_zap.c?view=diff&rev=121914&r1=121913&r2=121914
==============================================================================
--- trunk/channels/chan_zap.c (original)
+++ trunk/channels/chan_zap.c Wed Jun 11 13:53:10 2008
@@ -8169,7 +8169,7 @@
 				}
 			}
 #ifdef HAVE_SS7
-			if (conf->chan.sig == SIG_SS7) {
+			if (chan_sig == SIG_SS7) {
 				struct zt_ss7 *ss7;
 				int clear = 0;
 				if (ioctl(tmp->subs[SUB_REAL].zfd, ZT_AUDIOMODE, &clear)) {




More information about the svn-commits mailing list