]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Change the "external_media_address" PJSIP endpoint option to "media_address".
authorMark Michelson <mmichelson@digium.com>
Tue, 17 Sep 2013 23:08:37 +0000 (23:08 +0000)
committerMark Michelson <mmichelson@digium.com>
Tue, 17 Sep 2013 23:08:37 +0000 (23:08 +0000)
commitc4fdbd079cf28be2b02d48d328f0f7b466e30b4f
tree48ca9a247fb83e68cc9658191d12d2bf4b6f3773
parent3f668d3a19cc734665aab2f9016a48ac5e19affd
Change the "external_media_address" PJSIP endpoint option to "media_address".

The endpoint option does not apply to communication with external entities. Rather,
the option is applied to all communications with the endpoint. The external_media_address
transport configuration option may override the endpoint option if it turns out that
we are going to be communicating with an external entity.

Two things of note:
1) I have not updated the XML documentation. This is being taken care of by Rusty as part
of his work on issue ASTERISK-22405
2) This commit is likely to cause testsuite failures since there are tests that use the
external_media_address endpoint option, and they will need to be changed over. Well, I'm
planning to get that updated ASAP after this commit.

(closes issue ASTERISK-22528)
reported by Rusty Newton

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@399283 65c4cc65-6c06-0410-ace0-fbb531ad65f3
include/asterisk/res_pjsip.h
res/res_pjsip/pjsip_configuration.c
res/res_pjsip_sdp_rtp.c
res/res_pjsip_t38.c