[asterisk-bugs] [JIRA] (ASTERISK-26317) pjsip PJMEDIA_SDP_NEG_ANSWER_MULTIPLE_CODECS always defined.
Asterisk Team (JIRA)
noreply at issues.asterisk.org
Fri Aug 26 05:02:57 CDT 2016
[ https://issues.asterisk.org/jira/browse/ASTERISK-26317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=231969#comment-231969 ]
Asterisk Team commented on ASTERISK-26317:
------------------------------------------
Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution.
A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report.
Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process].
> pjsip PJMEDIA_SDP_NEG_ANSWER_MULTIPLE_CODECS always defined.
> ------------------------------------------------------------
>
> Key: ASTERISK-26317
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-26317
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: pjproject/pjsip
> Affects Versions: 13.8.0
> Environment: CentOS 6.5
> Reporter: Aaron An
> Severity: Critical
>
> look at res/res_pjsip_session.c function "new_invite()" or "ast_sip_session_create_invite()",
> #ifdef PJMEDIA_SDP_NEG_ANSWER_MULTIPLE_CODECS
> pjmedia_sdp_neg_set_answer_multiple_codecs(session->inv_session->neg, PJ_TRUE);
> #endif
> but in pjproject it alway define PJMEDIA_SDP_NEG_ANSWER_MULTIPLE_CODECS to 0 or other. so we always set the multiple codecs to true.
> I think it will be better to have a set in pjsip.conf to control where use multiple codecs.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list