[asterisk-bugs] [JIRA] (ASTERISK-28091) Control endpoints media_address use per call basis
Asterisk Team (JIRA)
noreply at issues.asterisk.org
Thu Oct 4 10:16:54 CDT 2018
[ https://issues.asterisk.org/jira/browse/ASTERISK-28091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=245072#comment-245072 ]
Asterisk Team commented on ASTERISK-28091:
------------------------------------------
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].
> Control endpoints media_address use per call basis
> --------------------------------------------------
>
> Key: ASTERISK-28091
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-28091
> Project: Asterisk
> Issue Type: New Feature
> Security Level: None
> Components: Resources/res_pjsip_sdp_rtp
> Affects Versions: 13.24.0
> Environment: configure media_address of an endpoint and set USE_MEDIA_ADDRESS user-defined channel variable from the dialplan.
> Reporter: Salah Ahmed
> Severity: Minor
>
> If we set media_address on an endpoint then all call on this endpoint use that media address. Now by this changes, we can control media_address use per call basis with a channel variable called USE_MEDIA_ADDRESS. This channel variable has those following effects.
> USE_MEDIA_ADDRESS = "yes"
> then pre-defined media address on endpoint will be used for this call.
> USE_MEDIA_ADDRESS = "no"
> the behavior will be exactly the same as if we don't define media_address.
> USE_MEDIA_ADDRESS = NULL (Not Defined)
> Then it has no effect, it works exactly the same as the original configuration.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list