]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Change tormenta.conf to zaptel.conf
authorJames Golovich <james@gnuinter.net>
Fri, 5 Mar 2004 03:30:38 +0000 (03:30 +0000)
committerJames Golovich <james@gnuinter.net>
Fri, 5 Mar 2004 03:30:38 +0000 (03:30 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2339 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_zap.c

index 1ce3a6a9295978206d49359acb66db0f7aa05876..706f4c780c791e8d5b53f2d1cc829e9056a8b5da 100755 (executable)
@@ -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;