<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>What is the output of "sofia status"?</div><div><br></div><div>And what have you changed from the default config ie in vars.xml?</div><div><br></div><div>/b</div><div><br></div><div><br><div><div>On Jan 3, 2009, at 2:43 AM, kriko wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; ">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<br>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<br>eth0 interface with external ip e.g. 212.235.180.41<br>eth1 interface with internal ip 192.168.0.1<br><br>on eth1 is wireless router attached with wireless clients (my phone is 192.168.0.102), messages are going trough, no problem with that.<br>If I got it right I have to change:<br>&lt;param name="rtp-ip" value="$${local_ip_v4}"/><br>&lt;param name="sip-ip" value="$${local_ip_v4}"/><br><br>to 192.168.0.1, after that I modified acl.conf.xml domains section to:<br>&nbsp;&nbsp;&nbsp;&lt;list name="domains" default="deny"><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;node type="allow" domain="$${domain}"/><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;node type="allow" domain="192.168.0.1"/><br>&nbsp;&nbsp;&nbsp;&lt;/list><br><br><br>but I'm getting forbidden:<br>2009-01-03 09:39:42 [WARNING] sofia_reg.c:1533 sofia_reg_parse_auth() Can't find user [<a href="mailto:1000@192.168.0.1">1000@192.168.0.1</a>] &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br>You must define a domain called '192.168.0.1' in your directory and add a user with the id="1000" attribute &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br>and you must configure your device to use the proper domain in it's authentication credentials.<br><br>What directory? Should I delete added node from acl.conf.xml?<br><br>--<span class="Apple-converted-space">&nbsp;</span></span></blockquote></div><br></div></body></html>