summaryrefslogtreecommitdiff
path: root/channels
diff options
context:
space:
mode:
authorJames Golovich <james@gnuinter.net>2004-03-05 03:30:38 +0000
committerJames Golovich <james@gnuinter.net>2004-03-05 03:30:38 +0000
commit359160d8a1fffabbb1cb629681cca329ae0d28ee (patch)
treee36c7953c5c2fc45d914222e8e7be246b16d7c7f /channels
parenta1d87013690b419e91bb07fe6b26ab072319c7d8 (diff)
Change tormenta.conf to zaptel.conf
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2339 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels')
-rwxr-xr-xchannels/chan_zap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_zap.c b/channels/chan_zap.c
index 1ce3a6a92..706f4c780 100755
--- a/channels/chan_zap.c
+++ b/channels/chan_zap.c
@@ -6725,7 +6725,7 @@ static int start_pri(struct zt_pri *pri)
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;