[asterisk-bugs] [DAHDI-linux 0016151]: DIGITAL calls across a B410P connect, but no data transfer
Asterisk Bug Tracker
noreply at bugs.digium.com
Fri Nov 13 02:24:07 CST 2009
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=16151
======================================================================
Reported By: alecdavis
Assigned To: sruffell
======================================================================
Project: DAHDI-linux
Issue ID: 16151
Category: wcb4xxp
Reproducibility: always
Severity: major
Priority: normal
Status: assigned
JIRA: SWP-291
Reviewboard Link:
======================================================================
Date Submitted: 2009-10-29 04:57 CDT
Last Modified: 2009-11-13 02:24 CST
======================================================================
Summary: DIGITAL calls across a B410P connect, but no data
transfer
Description:
When placing calls from port 1 of a B410P to port 2, the call appears to
connect, but not data transfers.
Both ports are set to NT mode, with terminating resistor switched on.
dialplan code:
exten => _82XX,1,Dial(DAHDI/g4d/${EXTEN})
======================================================================
----------------------------------------------------------------------
(0113763) alecdavis (reporter) - 2009-11-13 02:24
https://issues.asterisk.org/view.php?id=16151#c113763
----------------------------------------------------------------------
As discussed with mattf on IRC
effectively disable all cards except B410P, I've physically removed them.
set echocancel=no and echocancelwhenbridged=no in chan_dahdi.conf
To get it working the fix was chan_dahdi.conf: echocancelwhenbridged=no
otherwise if "echocancelwhenbridged=yes" using 'dahdi show channel x'
inbound leg, channel 1, has echo turn off, this is good.
outbound leg, channel 4 has echo turn on, not good.
file chan_dahdi.conf below works.
context=incoming
pridialplan=unknown
prilocaldialplan=unknown
facilityenable=yes
transfer=yes
switchtype=euroisdn
signalling=bri_net_ptmp
overlapdial=yes
immediate=no
echocancel=yes
echocancelwhenbridged=no
group=1
channel => 1, 2
group=2
channel => 4, 5
group=3
channel => 7, 8
group=4
channel => 10, 11
dialplan:
[incoming]
exten => _81XX,1,Dial(DAHDI/g1/${EXTEN})
exten => _82XX,1,Dial(DAHDI/g2/${EXTEN})
exten => _83XX,1,Dial(DAHDI/g3/${EXTEN})
exten => _84XX,1,Dial(DAHDI/g4/${EXTEN})
Issue History
Date Modified Username Field Change
======================================================================
2009-11-13 02:24 alecdavis Note Added: 0113763
======================================================================
More information about the asterisk-bugs
mailing list