[Freeswitch-users] Changing internal profile

Brian West brian at freeswitch.org
Sat Jan 3 08:07:35 PST 2009


What is the output of "sofia status"?

And what have you changed from the default config ie in vars.xml?

/b


On Jan 3, 2009, at 2:43 AM, kriko wrote:

> I'm trying to change internal address to something else than default  
> external, so I would be able to make calls from phone on wireless
> to e.g. gtalk users. I already tried this scenario at different  
> location and it work, but everything was on same lan, now I have
> eth0 interface with external ip e.g. 212.235.180.41
> eth1 interface with internal ip 192.168.0.1
>
> on eth1 is wireless router attached with wireless clients (my phone  
> is 192.168.0.102), messages are going trough, no problem with that.
> If I got it right I have to change:
> <param name="rtp-ip" value="$${local_ip_v4}"/>
> <param name="sip-ip" value="$${local_ip_v4}"/>
>
> to 192.168.0.1, after that I modified acl.conf.xml domains section to:
>    <list name="domains" default="deny">
>      <node type="allow" domain="$${domain}"/>
>      <node type="allow" domain="192.168.0.1"/>
>    </list>
>
>
> but I'm getting forbidden:
> 2009-01-03 09:39:42 [WARNING] sofia_reg.c:1533  
> sofia_reg_parse_auth() Can't find user [1000 at 192.168.0.1]
> You must define a domain called '192.168.0.1' in your directory and  
> add a user with the id="1000" attribute
> and you must configure your device to use the proper domain in it's  
> authentication credentials.
>
> What directory? Should I delete added node from acl.conf.xml?
>
> -- 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20090103/14ff9d23/attachment-0002.html 


More information about the FreeSWITCH-users mailing list