[asterisk-bugs] [JIRA] (ASTERISK-28091) Control endpoints media_address use per call basis
Salah Ahmed (JIRA)
noreply at issues.asterisk.org
Thu Oct 4 10:16:54 CDT 2018
Salah Ahmed created ASTERISK-28091:
--------------------------------------
Summary: 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