[Asterisk-code-review] res pjsip sdp rtp: Control endpoints media address use per c... (asterisk[13])

Salah Ahmed asteriskteam at digium.com
Thu Oct 4 11:42:21 CDT 2018


Hello Jenkins2, 

I'd like you to reexamine a change. Please visit

    https://gerrit.asterisk.org/10431

to look at the new patch set (#2).

Change subject: res_pjsip_sdp_rtp: Control endpoints media_address use per call basis
......................................................................

res_pjsip_sdp_rtp: Control endpoints media_address use per call basis

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.

ASTERISK-28091

Change-Id: I852adbee9f8b034ec332fbe4e1b6692cb2939518
---
M res/res_pjsip_sdp_rtp.c
1 file changed, 10 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/31/10431/2
-- 
To view, visit https://gerrit.asterisk.org/10431
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I852adbee9f8b034ec332fbe4e1b6692cb2939518
Gerrit-Change-Number: 10431
Gerrit-PatchSet: 2
Gerrit-Owner: Salah Ahmed <txrubel at gmail.com>
Gerrit-Reviewer: Jenkins2 (1000185)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20181004/f50945df/attachment.html>


More information about the asterisk-code-review mailing list