[asterisk-bugs] [JIRA] (ASTERISK-21464) with directrtpsetup some payload type identifiers from A party's INVITE are not copied to the INVITE for B party
Jonathan Rose (JIRA)
noreply at issues.asterisk.org
Fri Sep 20 16:29:03 CDT 2013
[ https://issues.asterisk.org/jira/browse/ASTERISK-21464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jonathan Rose reassigned ASTERISK-21464:
----------------------------------------
Assignee: Scott Griepentrog
> with directrtpsetup some payload type identifiers from A party's INVITE are not copied to the INVITE for B party
> ----------------------------------------------------------------------------------------------------------------
>
> Key: ASTERISK-21464
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-21464
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Core/RTP
> Affects Versions: 1.8.20.1
> Reporter: Kevin Stewart
> Assignee: Scott Griepentrog
> Attachments: direct.log, extensions.conf, rtp_engine.diff, sip.conf
>
>
> 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