Force ext-sip-ip and ext-rtp-ip to 172.16.0.1
This commit is contained in:
parent
0883120931
commit
a08da68bcc
1 changed files with 2 additions and 2 deletions
|
@ -272,8 +272,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="172.16.0.1"/>
|
||||||
<param name="ext-sip-ip" value="auto-nat"/>
|
<param name="ext-sip-ip" value="172.16.0.1"/>
|
||||||
|
|
||||||
<!-- 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