[Asterisk-cvs] asterisk/channels chan_zap.c,1.181,1.182

citats at lists.digium.com citats at lists.digium.com
Thu Mar 4 22:39:25 CST 2004


Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv5355/channels

Modified Files:
	chan_zap.c 
Log Message:
Change tormenta.conf to zaptel.conf


Index: chan_zap.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_zap.c,v
retrieving revision 1.181
retrieving revision 1.182
diff -u -d -r1.181 -r1.182
--- chan_zap.c	4 Mar 2004 01:11:25 -0000	1.181
+++ chan_zap.c	5 Mar 2004 03:30:38 -0000	1.182
@@ -6725,7 +6725,7 @@
 	if (p.sigtype != ZT_SIG_HDLCFCS) {
 		close(pri->fd);
 		pri->fd = -1;
-		ast_log(LOG_ERROR, "D-channel %d is not in HDLC/FCS mode.  See /etc/tormenta.conf\n", x);
+		ast_log(LOG_ERROR, "D-channel %d is not in HDLC/FCS mode.  See /etc/zaptel.conf\n", x);
 		return -1;
 	}
 	bi.txbufpolicy = ZT_POLICY_IMMEDIATE;




More information about the svn-commits mailing list