[asterisk-bugs] [JIRA] (ASTERISK-27110) RTP session is not fully destroyed on channel hangup

Matt Jordan (JIRA) noreply at issues.asterisk.org
Thu Jul 6 09:29:58 CDT 2017


Matt Jordan created ASTERISK-27110:
--------------------------------------

             Summary: RTP session is not fully destroyed on channel hangup
                 Key: ASTERISK-27110
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-27110
             Project: Asterisk
          Issue Type: Bug
      Security Level: None
          Components: Resources/res_pjsip_session
    Affects Versions: 14.5.0
            Reporter: Matt Jordan


Steps to reproduce:

# Register an endpoint (PJSIP/alice) to Asterisk
# Originate a call to the endpoint ({{channel originate PJSIP/alice application Echo}})
# Hangup from Alice

*Expected*: Asterisk terminates the channel and its underlying RTP session.
*Actual*: The RTP session persists, continuing to send RTCP reports until the session timer fires.

See the attached debug log snippet, showing the BYE completing successfully but RTCP reports continuing to fire (and attempting to be sent).



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list