[Freeswitch-users] How do I set my FS internal ip address to a "static" value.
mszlazak at aol.com
mszlazak at aol.com
Sun Jan 4 16:23:11 PST 2009
I see the following in that file:
? <X-PRE-PROCESS cmd="set" data="bind_server_ip=auto"/>
and thought that's what might need changing to:
? <X-PRE-PROCESS cmd="set" data="bind_server_ip=10.0.0.3"/>
But your looking at the same variable I was and I'm guessing something else might be in order like:
<X-PRE-PROCESS cmd="set" data="local_ip_v4=10.0.0.3"/>
I'll see if either of these work unless you have a different suggestion.
You and Brian also suggested a more specific approach in sip_profiles/*.xml and input the sip-ip and rtp-ip for the sofia profile.
??? <param name="sip-ip" value="$${local_ip_v4}"/>????? to???? <param name="sip-ip" value="10.0.0.3"/>
??? <param name="rtp-ip" value="$${local_ip_v4}"/>?????? to???? <param name="rtp-ip" value="10.0.0.3"/>
What's the advantage to doing it in the sip_profiles\internal.xml file over the general way in vars.xml?
?
?
-----Original Message-----
From: Jason White <jason at jasonjgw.net>
To: freeswitch-users at lists.freeswitch.org
Sent: Sun, 4 Jan 2009 3:15 pm
Subject: Re: [Freeswitch-users] How do I set my FS internal ip address to a "static" value.
mszlazak at aol.com <mszlazak at aol.com> wrote:
>
> Ok, so is it? $${local_ip_v4} that needs changing somewhere? I see stuff in
> vars.xml for external address changes but not for internal ip address
> changes??
If you set $${local_ip_v4} in vars.xml it will determine which address
FreeSWITCH binds to, at least in the default configuration.
Addresses can be configured more flexibly in the SIP profiles.
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users at lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20090104/9934d328/attachment-0002.html
More information about the FreeSWITCH-users
mailing list