mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-22 12:52:33 +00:00
Fix pseudo channel allocation errors on startup when using SS7. (from mattf r121914, moving from chan_zap to chan_dahdi)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@122244 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -8138,7 +8138,7 @@ static struct dahdi_pvt *mkintf(int channel, const struct dahdi_chan_conf *conf,
|
||||
}
|
||||
}
|
||||
#ifdef HAVE_SS7
|
||||
if (conf->chan.sig == SIG_SS7) {
|
||||
if (chan_sig == SIG_SS7) {
|
||||
struct dahdi_ss7 *ss7;
|
||||
int clear = 0;
|
||||
if (ioctl(tmp->subs[SUB_REAL].zfd, DAHDI_AUDIOMODE, &clear)) {
|
||||
|
Reference in New Issue
Block a user