[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:52:29 CDT 2010
A NOTE has been added to this issue.
======================================================================
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:52 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]#
======================================================================
----------------------------------------------------------------------
(0120384) pabelanger (manager) - 2010-04-14 08:52
https://issues.asterisk.org/view.php?id=17183#c120384
----------------------------------------------------------------------
Also, we cannot accept patches that are in-line of the comments sections.
You will have to submit it as an attachment (see below).
---
Please use
diff -u
or
svn diff
on all your patches. Patches which include alternate formatting are almost
certainly going to be thrown out or ignored; there are too few hours in the
day to wade through difficult-to-follow C code fixes without the help of
diff -u.
Thanks!
Issue History
Date Modified Username Field Change
======================================================================
2010-04-14 08:52 pabelanger Note Added: 0120384
======================================================================
More information about the asterisk-bugs
mailing list