[asterisk-bugs] [JIRA] (ASTERISK-25296) RTP performance issue with several channel drivers.
Richard Mudgett (JIRA)
noreply at issues.asterisk.org
Thu Jul 30 11:31:33 CDT 2015
Richard Mudgett created ASTERISK-25296:
------------------------------------------
Summary: RTP performance issue with several channel drivers.
Key: ASTERISK-25296
URL: https://issues.asterisk.org/jira/browse/ASTERISK-25296
Project: Asterisk
Issue Type: Bug
Security Level: None
Components: Channels/chan_skinny, Channels/chan_unistim, Core/RTP
Affects Versions: 13.4.0
Reporter: Richard Mudgett
The chan_skinny, chan_unistim, chan_rtp, and chan_ooh323 channel drivers don't negotiate RTP payload types. (At least I couldn't find any negotiation for them.) As a result they rely on Asterisk's default assignment of payload types. Unfortunately, when RTP frames are read from these channels then an ao2 object is temporarily allocated and destroyed for each recieved frame by {{ast_rtp_codecs_get_payload()}}. It is rather expensive to do so often.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list