mirror of
https://github.com/asterisk/asterisk.git
synced 2026-01-06 18:13:45 +00:00
Change tormenta.conf to zaptel.conf
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2339 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user