<html><head><meta http-equiv=Content-Type content="text/html; charset=iso-8859-1"><META name="Author" content="Novell GroupWise WebAccess"></head><body style='font-family: Tahoma, sans-serif; font-size: 13px; '>Hi Joseph<br><br>Oh yes I have :-)<br>But are you sayng that "eval ${domain}" will do more than is done when I restart the fs?<br>I don't see that anywhere in the guide :-D<br><br>I'll try it out asap!<br><br>Thanks<br>Fribse<br><br><br>>>> "Joseph L. Casale" <jcasale@activenetwerx.com> 12-01-10 18:41 >>><br>>Hi Guys<br>> <br>>I really would like to have this up and running, but I'm constantly running into things that doesn't work, and I have no idea where the problem is...<br>> <br>>I've started from scratch with pfSense and Freeswitch.<br>>I've followed the Multi Home tutorial here: http://wiki.freeswitch.org/wiki/Multi_home_tutorial<br>> <br>>I've deleted the 'lan' profile, and altered the 'internal' profile as recommended, and I've gotten to the paragraph:<br>><br>>APPLYING YOUR CHANGES AND CHECKING YOUR WORK<br>><br>>When I start up my x-lite program I get this error:<br>>2010-01-12 16:38:54.172731 [WARNING] sofia_reg.c:1755 Can't find user [1000@83.89.x.x]<br>>You must define a domain called '83.89.x.xin your directory and add a user with the id="1000" attribute<br>>and you must configure your device to use the proper domain in it's authentication credentials.<br>>and you must configure your device to use the proper domain in it's authentication credentials.<br>> <br>>83.89.x.x is my external IP, and not my internal IP???<br>><br>>Any help on this?<br><br>This is because you haven't set your domain in vars.xml. The behavior is that<br>$${local_ip_v4} evals to your wan ip. This is the first step in that tutorial:)<br>http://wiki.freeswitch.org/wiki/Multi_home_tutorial#INTERNAL_LAN<br><br>Open vars.xml, make the line:<br> <X-PRE-PROCESS cmd="set" data="domain=$${local_ip_v4}"/><br> <X-PRE-PROCESS cmd="set" data="domain_name=$${domain}"/><br><br>Match your lan ip:<br> <X-PRE-PROCESS cmd="set" data="domain=192.168.13.1"/><br> <X-PRE-PROCESS cmd="set" data="domain_name=$${domain}"/><br> <br>restart fs, then goto the fs_cli and type `eval ${domain}` it should<br>come back with "your" lan ip.<br><br>_______________________________________________<br>FreeSWITCH-users mailing list<br>FreeSWITCH-users@lists.freeswitch.org<br>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<br>UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<br>http://www.freeswitch.org<br></body></html>