[Asterisk-cvs] asterisk/channels chan_zap.c,1.171.2.7,1.171.2.8
citats at lists.digium.com
citats at lists.digium.com
Thu Mar 4 22:41:11 CST 2004
Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv5393/channels
Modified Files:
Tag: v1-0_stable
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.171.2.7
retrieving revision 1.171.2.8
diff -u -d -r1.171.2.7 -r1.171.2.8
--- chan_zap.c 3 Mar 2004 03:57:36 -0000 1.171.2.7
+++ chan_zap.c 5 Mar 2004 03:32:24 -0000 1.171.2.8
@@ -6712,7 +6712,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