[asterisk-bugs] [JIRA] (ASTERISK-16749) RTPAUDIOQOSJITTERBRIDGED and other variables contains nothing if call is terminated from DAHDI

Matt Jordan (JIRA) noreply at issues.asterisk.org
Tue Jan 15 11:17:45 CST 2013


    [ https://issues.asterisk.org/jira/browse/ASTERISK-16749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=201545#comment-201545 ] 

Matt Jordan commented on ASTERISK-16749:
----------------------------------------

No, this is not a bug. You are inspecting the RTCP statistics on the wrong channel.

You can achieve what you're looking to do using Asterisk 11's hangup handlers and pre-dial. You can attach a hangup handler to the SIP channel in a pre-dial routine so that when it hangs up, you can get the RTCP statistics from the correct channel.
                
> RTPAUDIOQOSJITTERBRIDGED and other variables contains nothing if call is terminated from DAHDI
> ----------------------------------------------------------------------------------------------
>
>                 Key: ASTERISK-16749
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-16749
>             Project: Asterisk
>          Issue Type: Bug
>          Components: Channels/General
>            Reporter: sles
>            Severity: Minor
>
> 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!

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list