Force the VPN IP Address for site-to-site calls.
This commit is contained in:
parent
ae370803ab
commit
199011b847
1 changed files with 2 additions and 2 deletions
|
@ -269,8 +269,8 @@
|
||||||
auto - Use guessed ip.
|
auto - Use guessed ip.
|
||||||
auto-nat - Use ip learned from NAT-PMP or UPNP
|
auto-nat - Use ip learned from NAT-PMP or UPNP
|
||||||
-->
|
-->
|
||||||
<param name="ext-rtp-ip" value="auto-nat"/>
|
<param name="ext-rtp-ip" value="$${local_ip_v4}"/>
|
||||||
<param name="ext-sip-ip" value="auto-nat"/>
|
<param name="ext-sip-ip" value="$${local_ip_v4}"/>
|
||||||
|
|
||||||
<!-- rtp inactivity timeout -->
|
<!-- rtp inactivity timeout -->
|
||||||
<param name="rtp-timeout-sec" value="300"/>
|
<param name="rtp-timeout-sec" value="300"/>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue