xengelpublicx at gmail... Guest
|
Posted: Mon Oct 05, 2009 7:58 am Post subject: [Freeswitch-users] stun not working in fs 1.0.4? |
|
|
Hello.
I'm trying to configure stun in fs 1.0.4
vars.xml
<X-PRE-PROCESS cmd="set" data="bind_server_ip=auto"/>
<X-PRE-PROCESS cmd="set" data="external_sip_ip=stun:example.com"/>
<X-PRE-PROCESS cmd="set" data="external_rtp_ip=stun:example.com"/>
external.xml
<param name="rtp-ip" value="$${local_ip_v4}"/>
<param name="sip-ip" value="$${local_ip_v4}"/>
<param name="ext-sip-ip" value="$${external_sip_ip}"/>
<param name="ext-rtp-ip" value="$${external_rtp_ip}"/>
In this configuration, the address in ext_rtp_ip transmitted literally
(it is: "stun:stun.exmaple.com")
If you do not specify ext_rtp_ip stun then allegedly began to work. But
as in bug SFSIP-163
(http://jira.freeswitch.org/browse/SFSIP-163?page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel
) Via: IP is replaced, and SDP - no.
How do I fix this? Upgrade fs to trunk?
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|