[asterisk-bugs] [JIRA] (ASTERISK-21766) with directrtpsetup the codec identifiers from A party's INVITE are not copied to the INVITE for B party

Rusty Newton (JIRA) noreply at issues.asterisk.org
Tue May 7 18:42:38 CDT 2013


Rusty Newton created ASTERISK-21766:
---------------------------------------

             Summary: with directrtpsetup the codec identifiers from A party's INVITE are not copied to the INVITE for B party
                 Key: ASTERISK-21766
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-21766
             Project: Asterisk
          Issue Type: Bug
      Security Level: None
          Components: Core/RTP
    Affects Versions: 1.8.20.1
            Reporter: Kevin Stewart


with directrtpsetup=yes

an incoming invite with an SDP containing

{noformat}
m=audio 15018 RTP/AVP 8 0 18 4 2 119
a=rtpmap:8 PCMA/8000
a=rtpmap:0 PCMU/8000
a=rtpmap:18 G729/8000
a=rtpmap:4 G723/8000
a=rtpmap:2 G726-32/8000
a=rtpmap:119 telephone-event/8000
a=fmtp:119 32-40
a=ptime:20
a=sendrecv
{noformat}

will produce and outgoing invite with an SDP containing

{noformat}
m=audio 15018 RTP/AVP 8 0 101
a=rtpmap:8 PCMA/8000
a=rtpmap:0 PCMU/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=ptime:20
a=sendrecv
{noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list