Brekeke SIP Server Wiki

Change RTP Connection Information

With variable “&net.rtp.ifsrc.audio” in Dial Plan rule [Deploy Patterns], Brekeke SIP Server will add the the IP defined in the variable as RTP connection IP address under INVITE SDP audio Media Description.

Rule:
--------------------
[Matching Patterns]
$request = ^INVITE

[Deploy Patterns]
&net.rtp.ifsrc.audio = <IP>
--------------------

Replace <IP> with the IP needed to set for RTP connect information in SDP audio Media Description.
Also, the variable “&net.rtp.ifdst.audio” can define the destination side of RTP connection IP address.

Yes No
Suggest Edit