dect
/
asterisk
Archived
13
0
Fork 0

Fix pseudo channel allocation errors on startup when using SS7. (from mattf r121914, moving from chan_zap to chan_dahdi)

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@122244 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
jpeeler 2008-06-12 17:49:37 +00:00
parent 420c59e764
commit f3fb6e3bb8
1 changed files with 1 additions and 1 deletions

View File

@ -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)) {