[asterisk-bugs] [DAHDI-linux 0017183]: When restarting Wanrouter with Sangoma A200, dahdi is unavailable/not working
Asterisk Bug Tracker
noreply at bugs.digium.com
Wed Apr 14 08:03:34 CDT 2010
The following issue has been SUBMITTED.
======================================================================
https://issues.asterisk.org/view.php?id=17183
======================================================================
Reported By: wil32
Assigned To:
======================================================================
Project: DAHDI-linux
Issue ID: 17183
Category: dahdi (the module)
Reproducibility: always
Severity: tweak
Priority: normal
Status: new
JIRA:
Reviewboard Link:
======================================================================
Date Submitted: 2010-04-14 08:03 CDT
Last Modified: 2010-04-14 08:03 CDT
======================================================================
Summary: When restarting Wanrouter with Sangoma A200, dahdi
is unavailable/not working
Description:
When restarting Wanrouter with Sangoma A200, dahdi is unavailable/not
working. The work around for this was 1st to unplug and replug the fxo
lines. After a couple of degug, i called Sangoma and they gave me this
workaround in order to make it work:
[root at calpath-pbx dahdi-linux-2.2.0.2]#
+++ drivers/dahdi/dahdi-base.c 2010-01-29 12:39:01.000000000 -0800
@@ -4067,7 +4067,7 @@
y = dahdi_q_sig(chans[ch.chan]) & 0xff;
if (y >= 0)
chans[ch.chan]->rxsig = (unsigned char)
y;
- chans[ch.chan]->rxhooksig = DAHDI_RXSIG_INITIAL;
+ // chans[ch.chan]->rxhooksig = DAHDI_RXSIG_INITIAL;
}
#ifdef CONFIG_DAHDI_DEBUG
module_printk(KERN_NOTICE, "Configured channel %s, flags
%04lx, sig %04x\n", chans[ch.chan]->name, chans[ch.chan]->flags,
chans[ch.chan]->sig);
[root at calpath-pbx dahdi-linux-2.2.0.2]#
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2010-04-14 08:03 wil32 New Issue
======================================================================
More information about the asterisk-bugs
mailing list