[Home]

Summary:ASTERISK-28091: Control endpoints media_address use per call basis
Reporter:Salah Ahmed (rubel)Labels:
Date Opened:2018-10-04 10:15:44Date Closed:
Priority:MinorRegression?
Status:In Progress/In ProgressComponents:Resources/res_pjsip_sdp_rtp
Versions:13.24.0 Frequency of
Occurrence
Related
Issues:
Environment:configure media_address of an endpoint and set USE_MEDIA_ADDRESS user-defined channel variable from the dialplan.Attachments:
Description: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.
Comments:By: Asterisk Team (asteriskteam) 2018-10-04 10:15:46.292-0500

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].