[asterisk-bugs] [JIRA] (ASTERISK-26515) rtp_engine: Allocate RTP payloads on a per-session basis

George Joseph (JIRA) noreply at issues.asterisk.org
Wed Aug 2 10:09:18 CDT 2017


     [ https://issues.asterisk.org/jira/browse/ASTERISK-26515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

George Joseph updated ASTERISK-26515:
-------------------------------------

    Target Release Version/s: 15.0.0

> rtp_engine: Allocate RTP payloads on a per-session basis
> --------------------------------------------------------
>
>                 Key: ASTERISK-26515
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-26515
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Core/RTP
>            Reporter: Joshua Colp
>            Assignee: Kevin Harwell
>      Target Release: 14.5.0, 15.0.0
>
>         Attachments: ASTERISK-26515.diff
>
>
> Dynamic payloads are currently statically set upon the format registration. This restricts how many payloads can be registered to a maximum of 32 and makes it so payloads are static within sessions.
> This issue is for changing the RTP engine code to allocate a payload on a per-session basis as formats are needed. This means that dynamic payloads would no longer be static. The DTMF payload for rfc2833 should remain at 101, as it has been that way for quite a long time.
> Attached is a patch which implements this behavior. It probably needs additional work.



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



More information about the asterisk-bugs mailing list