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 [[email protected]] 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?

--

_______________________________________________
Freeswitch-users mailing list
[email protected]
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

Reply via email to