[asterisk-bugs] [Asterisk 0018072]: RTPAUDIOQOSJITTERBRIDGED and other variables contains nothing if call is terminated from DAHDI
Asterisk Bug Tracker
noreply at bugs.digium.com
Thu Sep 30 03:53:20 CDT 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=18072
======================================================================
Reported By: sles
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 18072
Category: Channels/General
Reproducibility: always
Severity: minor
Priority: normal
Status: feedback
Asterisk Version: 1.6.2.13
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2010-09-28 23:22 CDT
Last Modified: 2010-09-30 03:53 CDT
======================================================================
Summary: RTPAUDIOQOSJITTERBRIDGED and other variables
contains nothing if call is terminated from DAHDI
Description:
Hello!
I have following in extensions.conf:
exten => h,n,NoOp(-- QoS stats RTPAUDIOQOSJITTERBRIDGED:
${RTPAUDIOQOSJITTERBRIDGED})
exten => h,n,NoOp(-- QoS stats RTPAUDIOQOSLOSSBRIDGED:
${RTPAUDIOQOSLOSSBRIDGED})
exten => h,n,NoOp(-- QoS stats RTPAUDIOQOSRTTBRIDGED:
${RTPAUDIOQOSRTTBRIDGED})
Than I do Dial from DAHDI (E1 PRI link) to SIP:
-- Executing [6052 at default:4] Dial("DAHDI/28-1", "SIP/6052") in new
stack
Really, 6052 is ekiga, i.e. softphone.
Than if I do hangup in ekiga I get:
-- Executing [h at default:2] NoOp("DAHDI/14-1", "-- QoS stats
RTPAUDIOQOSJITTERBRIDGED: rxjitter=0.003858;") in new stack
-- Executing [h at default:3] NoOp("DAHDI/14-1", "-- QoS stats
RTPAUDIOQOSLOSSBRIDGED: lost=16;expected=126;") in new stack
-- Executing [h at default:4] NoOp("DAHDI/14-1", "-- QoS stats
RTPAUDIOQOSRTTBRIDGED: Not available") in new st
but if do I hangup on my phone, connected to PBX, which is connected to
asterisk over DAHDI I get:
-- Executing [h at default:2] NoOp("DAHDI/6-1", "-- QoS stats
RTPAUDIOQOSJITTERBRIDGED: ") in new stack
-- Executing [h at default:3] NoOp("DAHDI/6-1", "-- QoS stats
RTPAUDIOQOSLOSSBRIDGED: ") in new stack
-- Executing [h at default:4] NoOp("DAHDI/6-1", "-- QoS stats
RTPAUDIOQOSRTTBRIDGED: ") in new stack
Variables are empty.
Looks like a bug.
Thank you!
======================================================================
----------------------------------------------------------------------
(0127530) sles (reporter) - 2010-09-30 03:53
https://issues.asterisk.org/view.php?id=18072#c127530
----------------------------------------------------------------------
btw "When the DAHDI channel hangs up, the hangup routine is executed by
that channel, which obviously would have no RTCP data. "
As you can see channel in h extension is _always_ dahdi, so I can't agree
this is by design :-)
I pretty shure this _is_ bug!
Issue History
Date Modified Username Field Change
======================================================================
2010-09-30 03:53 sles Note Added: 0127530
======================================================================
More information about the asterisk-bugs
mailing list