rtpengine 3.3.0.0+0~mr3.8.0.0 debian changelog lists:
* make "trust address" the default behaviour
this is also reflected in README.md:
trust address
The opposite of SIP source address. This is the default behaviour unless the CLI switch --sip-source is active.
master version of kamailio rtpengine readme, however, still has this:
+ trust-address - flags that IP address in SDP should be trusted. Without this flag, the RTP proxy ignores address in the SDP and uses source address of the SIP message as media address which is passed to the RTP proxy.
what version of rtpengine is kamailio master rtpengine module compatible with? should it be stated in the readme?
-- juha
On 09/03/15 05:06 AM, Juha Heinanen wrote:
rtpengine 3.3.0.0+0~mr3.8.0.0 debian changelog lists:
- make "trust address" the default behaviour
this is also reflected in README.md:
trust address
The opposite of SIP source address. This is the default behaviour unless the CLI switch --sip-source is active.
master version of kamailio rtpengine readme, however, still has this:
- trust-address - flags that IP address in SDP should be trusted. Without this flag, the RTP proxy ignores address in the SDP and uses source address of the SIP message as media address which is passed to the RTP proxy.
what version of rtpengine is kamailio master rtpengine module compatible with? should it be stated in the readme?
It's compatible with all of them, but the _default_ behaviour can be different depending on which version you run. If you explicitly specify one of the flags, then the behaviour is the same across different versions. The module only has indirect control over what the RTP proxy does through the flags that it passes along, so the authoritative documentation for such things is from the RTP proxy in use.
Cheers