<p>Even sooner there is 1 reg sent out never answered or at least it seems.</p>
<p>Get a pcap at the same time from another win.<br>
Also try to get a core dump of the running process.</p>
<p>I can help Monday if you can't do those things</p>
<div class="gmail_quote">On Oct 30, 2010 2:46 PM, "Mario G" <<a href="mailto:mario_fs@mgtech.com">mario_fs@mgtech.com</a>> wrote:<br type="attribution">> I am dead on the water without help so I greatly appreciate your help.<br>
> <br>> Finally got the loglevel 9 trace! Only 1 gateway (idtwo) defined and 1 phone hooked up to minimize data.<br>> <a href="http://pastebin.freeswitch.org/14368">http://pastebin.freeswitch.org/14368</a> <- subset of trace showing registration working and then failing<br>
> <a href="http://pastebin.freeswitch.org/14365">http://pastebin.freeswitch.org/14365</a> <- this is full trace from startup minus thousands of duplicate lines<br>> <a href="http://pastebin.freeswitch.org/14367">http://pastebin.freeswitch.org/14367</a> <- a tiny fraction of the thousands of duplicated lines removed from above, goes from 500 to 1 twice<br>
> <br>> Still, notice how there is no SIP trace activity once the registrations fail:<br>> 2010-10-30 09:30:15.046900 [WARNING] sofia_reg.c:387 idtwo Failed Registration, setting retry to 15 seconds.<br>> nta: timer K fired, terminate NOTIFY (3892042)<br>
> outgoing_reclaim_all(0x0, 0x0, 0x102309cb0)<br>> nta_outgoing_timer: 0/0 resent, 0/0 tout, 1/1 term, 1/1 free<br>> nta: timer not set<br>> 2010-10-30 09:30:31.926382 [NOTICE] sofia_reg.c:342 Registering idtwo<br>
> nua: nua_register: entering<br>> nua(0x1003c3750): sent signal r_register<br>> nua(0x1003c3750): recv signal r_register<br>> 2010-10-30 09:30:47.685212 [WARNING] sofia_reg.c:387 idtwo Failed Registration, setting retry to 15 seconds.<br>
> 2010-10-30 09:31:03.478941 [NOTICE] sofia_reg.c:342 Registering idtwo<br>> nua: nua_register: entering<br>> nua(0x1003c3750): sent signal r_register<br>> nua(0x1003c3750): recv signal r_register<br>> 2010-10-30 09:31:19.219346 [WARNING] sofia_reg.c:387 idtwo Failed Registration, setting retry to 15 seconds.<br>
> 2010-10-30 09:31:36.208448 [NOTICE] sofia_reg.c:342 Registering idtwo<br>> nua: nua_register: entering<br>> nua(0x1003c3750): sent signal r_register<br>> nua(0x1003c3750): recv signal r_register<br>> <br>
> Mario<br>> <br>>> <br>>>> <br>>>> On Oct 29, 2010, at 5:43 PM, Anthony Minessale wrote:<br>>>> <br>>>>> also raise loglevel to debug<br>>>>> console loglevel debug<br>
>>>> <br>>>>> <br>>>>> On Fri, Oct 29, 2010 at 7:29 PM, Mario G <<a href="mailto:mario_fs@mgtech.com">mario_fs@mgtech.com</a>> wrote:<br>>>>>> Will so, BTW, I mentioned below one is dns and another uses IP, I tested that theory using an IP does not help. I also updated to todays git version and no help there. Will post when the trace is done.<br>
>>>>> <br>>>>>> On Oct 29, 2010, at 5:17 PM, Anthony Minessale wrote:<br>>>>>> <br>>>>>>> can you repeat that trace with sofia debug on<br>>>>>>> sofia loglevel all 9<br>
>>>>>> <br>>>>>>> Are you doing DNS by any chance in the gateway "proxy" param?<br>>>>>>> you could try filling in the register-proxy param in your gateway to<br>
>>>>>> sip:<ip> <-- not dns but ip that dns resolves to<br>>>>>>> <param name="register-proxy" value="sip:1.2.3.4"/><br>>>>>>> <br>>>>>>> I'm just guessing but Its possible some bad dns query could be throwing FS off.<br>
>>>>>> so this test would force all the packets to the exact IP of your host<br>>>>>>> instead of looking it up.<br>>>>>>> <br>>>>>>> <br>>>>>>> <br>
>>>>>> On Fri, Oct 29, 2010 at 6:30 PM, Mario G <<a href="mailto:mario_fs@mgtech.com">mario_fs@mgtech.com</a>> wrote:<br>>>>>>>> Oh Boy: Not only is everything set to the static route but I turned<br>
>>>>>>> off/disconnected the dynamic DSL line so I only had 1 static line to the<br>>>>>>>> router. The second wan is set in the router off. Even turned off router uPnP<br>>>>>>>> even though I am using -nonat. Guess what.... I still have the problem. Look<br>
>>>>>>> like when FS says is going to retry it actually does not.<br>>>>>>>> Here is a short one: <a href="http://pastebin.freeswitch.org/14359">http://pastebin.freeswitch.org/14359</a> - I caught one<br>
>>>>>>> right after I started FS, failure occurred in minutes (lucky). Look at the<br>>>>>>>> bottom of the trace, you see SIP trace activity and then when it fails no<br>>>>>>>> SIP trace activity. Could this possibly be a FS bug? (I am a mainframe<br>
>>>>>>> assembler systems programmer and I might think so if there were error retry<br>>>>>>>> messages but nothing showing in one of my traces...)<br>>>>>>>> Notes:<br>
>>>>>>> idone is gateway 1<br>>>>>>>> idtwo is gateway 2 I had to trace both because it was impossible to figure<br>>>>>>>> out which one would fail first. Ran several times but kept missing the right<br>
>>>>>>> one.<br>>>>>>>> I use a url for one gateway and ip for another but it makes no difference<br>>>>>>>> since both eventually fail.<br>>>>>>>> 10. is local lan<br>
>>>>>>> 210. is external ip<br>>>>>>>> 216. is itsp<br>>>>>>>> <br>>>>>>>> Here is a longer one from earlier <a href="http://pastebin.freeswitch.org/14357">http://pastebin.freeswitch.org/14357</a><br>
>>>>>>> Notes:<br>>>>>>>> A call was received and hung up for idtwo - beginning of trace<br>>>>>>>> 11 minutes later idtwo failed - see last line of trace<br>
>>>>>>> <br>>>>>>>> Thank you very much!<br>>>>>>>> Mario<br>>>>>>>> <br>>>>>>>> On Oct 29, 2010, at 12:11 PM, Anthony Minessale wrote:<br>
>>>>>>> <br>>>>>>>> stun-enabled must be true in your profile XML to see what you pasted.<br>>>>>>>> <br>>>>>>>> Get me a sip trace of this from when it works until when it fails<br>
>>>>>>> <br>>>>>>>> only enable the sip trace on the profile with the gateway to reduce traffic<br>>>>>>>> <br>>>>>>>> <br>>>>>>>> <br>
>>>>>>> On Fri, Oct 29, 2010 at 1:56 PM, Mario G <<a href="mailto:mario_fs@mgtech.com">mario_fs@mgtech.com</a>> wrote:<br>>>>>>>> <br>>>>>>>> Oh my... looks it was not NAT after all? Please help! I changed to all<br>
>>>>>>> profiles to static per instructions below and still have the problem:<br>>>>>>>> <br>>>>>>>> 2010-10-29 11:15:18.536446 [NOTICE] sofia_reg.c:342 Registering uuid1<br>
>>>>>>> <br>>>>>>>> 2010-10-29 11:15:34.313150 [WARNING] sofia_reg.c:387 uuid1 Failed<br>>>>>>>> Registration, setting retry to 15 seconds.<br>>>>>>>> <br>
>>>>>>> sofia global siptrace on did not show any activity for this gateway in or<br>>>>>>>> out, others were fine but eventually fail. I setup static:<br>>>>>>>> <br>
>>>>>>> 1. set the params ext-sip-ip and ext-rtp-ip to my external static IP<br>>>>>>>> <br>>>>>>>> 2. map the sip ports (5060-5080) and all of the rtp ports (16384-32767) to<br>
>>>>>>> FS lan addr.<br>>>>>>>> <br>>>>>>>> 3. set sip-ip and rtp-ip to the lan addr of FS<br>>>>>>>> <br>>>>>>>> 4. start FS with -nonat<br>
>>>>>>> <br>>>>>>>> I don't know what to try next. BTW, the sofia status for the profiles shows<br>>>>>>>> stun enabled but I did not set it up anywhere:<br>
>>>>>>> <br>>>>>>>> Name uuid1<br>>>>>>>> <br>>>>>>>> Domain Name N/A<br>>>>>>>> <br>
>>>>>>> Auto-NAT false<br>>>>>>>> <br>>>>>>>> DBName sofia_reg_idtwo<br>>>>>>>> <br>>>>>>>> Pres Hosts<br>
>>>>>>> <br>>>>>>>> Dialplan XML<br>>>>>>>> <br>>>>>>>> Context public<br>>>>>>>> <br>
>>>>>>> Challenge Realm auto_to<br>>>>>>>> <br>>>>>>>> RTP-IP 10.x.x.20<br>>>>>>>> <br>>>>>>>> Ext-RTP-IP 210.x.x.100<br>
>>>>>>> <br>>>>>>>> SIP-IP 10.x.x.20<br>>>>>>>> <br>>>>>>>> Ext-SIP-IP 210.x.x.100<br>>>>>>>> <br>
>>>>>>> URL sip:mod_sofia@210.x.x.100:5068<br>>>>>>>> <br>>>>>>>> BIND-URL sip:mod_sofia@210.x.x.100:5068;maddr=10.x.x.20<br>
>>>>>>> <br>>>>>>>> HOLD-MUSIC local_stream://moh<br>>>>>>>> <br>>>>>>>> OUTBOUND-PROXY N/A<br>>>>>>>> <br>
>>>>>>> CODECS IN G7221@32000h,G7221@16000h,G722,PCMU,PCMA,GSM<br>>>>>>>> <br>>>>>>>> CODECS OUT PCMU,PCMA,GSM<br>>>>>>>> <br>
>>>>>>> TEL-EVENT 101<br>>>>>>>> <br>>>>>>>> DTMF-MODE rfc2833<br>>>>>>>> <br>>>>>>>> CNG 13<br>
>>>>>>> <br>>>>>>>> SESSION-TO 0<br>>>>>>>> <br>>>>>>>> MAX-DIALOG 0<br>>>>>>>> <br>>>>>>>> NOMEDIA false<br>
>>>>>>> <br>>>>>>>> LATE-NEG false<br>>>>>>>> <br>>>>>>>> PROXY-MEDIA false<br>>>>>>>> <br>
>>>>>>> AGGRESSIVENAT false<br>>>>>>>> <br>>>>>>>> STUN-ENABLED true<br>>>>>>>> <br>>>>>>>> STUN-AUTO-DISABLE false<br>
>>>>>>> <br>>>>>>>> CALLS-IN 0<br>>>>>>>> <br>>>>>>>> FAILED-CALLS-IN 0<br>>>>>>>> <br>>>>>>>> CALLS-OUT 0<br>
>>>>>>> <br>>>>>>>> FAILED-CALLS-OUT 0<br>>>>>>>> <br>>>>>>>> <br>>>>>>>> On Oct 27, 2010, at 10:04 AM, Anthony Minessale wrote:<br>
>>>>>>> <br>>>>>>>> if you map it or not, a scanner would penetrate it.<br>>>>>>>> <br>>>>>>>> There are lot of sip scanners out there now, you just need to beware of<br>
>>>>>>> them.<br>>>>>>>> <br>>>>>>>> <br>>>>>>>> On Wed, Oct 27, 2010 at 11:50 AM, Mario G <<a href="mailto:mario_fs@mgtech.com">mario_fs@mgtech.com</a>> wrote:<br>
>>>>>>> <br>>>>>>>> Thanks so much! I am sure many others will find this info invaluable. I will<br>>>>>>>> try the static route again but have one question: When I started with FS I<br>
>>>>>>> found a "sip scanner" in FS and someone on this group said not to use port<br>>>>>>>> mapping since it was a security risk. Is that true?<br>>>>>>>> <br>
>>>>>>> On Oct 27, 2010, at 9:10 AM, Anthony Minessale wrote:<br>>>>>>>> <br>>>>>>>> you are completely guessing at things.<br>>>>>>>> <br>
>>>>>>> I want you to understand that the only reason you are having problems<br>>>>>>>> <br>>>>>>>> with this is because you don't understand how it works enough to know<br>
>>>>>>> <br>>>>>>>> what you are doing 100%<br>>>>>>>> <br>>>>>>>> Its a given that the pnp stuff is only for your dynamic IP.<br>>>>>>>> <br>
>>>>>>> aggressive-nat-detection and sip-force-expires are all related to<br>>>>>>>> <br>>>>>>>> inbound calls when the things who are registering to you may be behind<br>
>>>>>>> <br>>>>>>>> nat.<br>>>>>>>> <br>>>>>>>> You need to learn the difference between which nat tools are<br>>>>>>>> <br>
>>>>>>> *) designed for your FS to run behind nat<br>>>>>>>> <br>>>>>>>> *) designed for FS to run public and accept connections from devices behind<br>>>>>>>> nat.<br>
>>>>>>> <br>>>>>>>> If you have a static IP, you don't need the pnp stuff so -nonat is fine<br>>>>>>>> <br>>>>>>>> What you need to do is set<br>
>>>>>>> <br>>>>>>>> 1) set the params ext-sip-ip and ext-rtp-ip to your external static IP<br>>>>>>>> <br>>>>>>>> 2) map the sip ports and all of the rtp ports from your static IP to FS lan<br>
>>>>>>> addr<br>>>>>>>> <br>>>>>>>> 3) set sip-ip and rtp-ip to the lan addr you forwarded through.<br>>>>>>>> <br>>>>>>>> <br>
>>>>>>> If you don't do this: your outbound registration will use NAT to your<br>>>>>>>> <br>>>>>>>> provider and if there is no activity for the expire time on your NAT<br>
>>>>>>> <br>>>>>>>> mapping the reverse port mapping from your provider back to you is<br>>>>>>>> <br>>>>>>>> lost. This is why you set your register expires to a very low number,<br>
>>>>>>> <br>>>>>>>> (you need to make sure the provider does not turn the expires back up<br>>>>>>>> <br>>>>>>>> in the reply because it will beat your choice *see sip trace) if this<br>
>>>>>>> <br>>>>>>>> is the case then you need the "ping" option set to 30, to continuously<br>>>>>>>> <br>>>>>>>> send an options to your provider.<br>
>>>>>>> <br>>>>>>>> The static mapping is obviously the better, easier and more reliable<br>>>>>>>> solution.<br>>>>>>>> <br>>>>>>>> So I want you to understand that the only way to keep a nat mapped<br>
>>>>>>> <br>>>>>>>> port alive is to continuously send traffic, all the other methods that<br>>>>>>>> <br>>>>>>>> you are mentioning are to detect that phones registered to your are<br>
>>>>>>> <br>>>>>>>> behind nat, I gave you that force-expires option before because your<br>>>>>>>> <br>>>>>>>> trace was full of inbound reg so I thought that is what you wanted<br>
>>>>>>> <br>>>>>>>> help with.<br>>>>>>>> <br>>>>>>>> <br>>>>>>>> <br>>>>>>>> <br>>>>>>>> <br>
>>>>>>> <br>>>>>>>> <br>>>>>>>> <br>>>>>>>> On Wed, Oct 27, 2010 at 10:43 AM, Mario G <<a href="mailto:mario_fs@mgtech.com">mario_fs@mgtech.com</a>> wrote:<br>
>>>>>>> <br>>>>>>>> I should mention that I did not have this problem with an SPA9000 PBX<br>>>>>>>> <br>>>>>>>> (asterisk based) for over two years so FS may be pickier about upnp and/or<br>
>>>>>>> <br>>>>>>>> nat, or just better at it exposing a problem in the router.<br>>>>>>>> <br>>>>>>>> I made different changes to the gateways to test different things. One<br>
>>>>>>> <br>>>>>>>> failed after 17 hours, the other two stayed up. What did not work:<br>>>>>>>> <br>>>>>>>> added <variable name="sip-force-expires" value="30"/> to the directory<br>
>>>>>>> <br>>>>>>>> entries as suggested.<br>>>>>>>> <br>>>>>>>> set the gateway expire times to 30 seconds.<br>>>>>>>> <br>
>>>>>>> What worked (could be coincidental) for the two gateways that stayed up:<br>>>>>>>> <br>>>>>>>> I Added <param name="aggressive-nat-detection" value="true"/><br>
>>>>>>> <br>>>>>>>> I originally setup FS to use the static ip by setting external sip/rtp to<br>>>>>>>> <br>>>>>>>> just the static ip (no autonat:) and ran with -nonat but I could not get<br>
>>>>>>> <br>>>>>>>> incoming calls. The only way it worked was to use autonat:1.2.3.4. The<br>>>>>>>> <br>>>>>>>> router has 1 static public address and 1 dynamic external IP, this is the<br>
>>>>>>> <br>>>>>>>> root of the problem, upnp only tells FS about the dynamic ip Will keep this<br>>>>>>>> <br>>>>>>>> thread up-to-date for anyone who may be in the same boat someday. Thanks<br>
>>>>>>> <br>>>>>>>> again for looking at the trace.<br>>>>>>>> <br>>>>>>>> Mario<br>>>>>>>> <br>>>>>>>> You should be setting the req freq to a low number on the outbound gateways<br>
>>>>>>> <br>>>>>>>> The examples you showed had a series of inbound reg<br>>>>>>>> <br>>>>>>>> also set expire-seconds to 30 in your gateway xml<br>
>>>>>>> <br>>>>>>>> <br>>>>>>>> The problem is if you are not constantly sending traffic to the box<br>>>>>>>> <br>>>>>>>> the nat mapping will go away.<br>
>>>>>>> <br>>>>>>>> If you are in production you should be using a static ip with a static<br>>>>>>>> <br>>>>>>>> mapping, any trouble you are having is your own fault for playing with<br>
>>>>>>> <br>>>>>>>> fire. The best we can do is tell you how to keep it contained.<br>>>>>>>> <br>>>>>>>> <br>>>>>>>> <br>
>>>>>>> <br>>>>>>>> On Tue, Oct 26, 2010 at 12:34 PM, Mario G <<a href="mailto:mario_fs@mgtech.com">mario_fs@mgtech.com</a>> wrote:<br>>>>>>>> <br>>>>>>>> I made the change. I had no idea the settings for the inside phones effected<br>
>>>>>>> <br>>>>>>>> nat for the outside sip accounts. I was looking into aggressive-nat-<br>>>>>>>> <br>>>>>>>> detection since the internal profile status always shows the right external<br>
>>>>>>> <br>>>>>>>> static IP but the nat_ap status always shows the dynamic ip. Crossing<br>>>>>>>> <br>>>>>>>> fingers/etc since this problem is 85% of time (weeks!) into FS changeover.<br>
>>>>>>> <br>>>>>>>> Thanks!<br>>>>>>>> <br>>>>>>>> Mario<br>>>>>>>> <br>>>>>>>> On Oct 26, 2010, at 10:15 AM, Anthony Minessale wrote:<br>
>>>>>>> <br>>>>>>>> add<br>>>>>>>> <br>>>>>>>> <variable name="sip-force-expires" value="30"/><br>>>>>>>> <br>
>>>>>>> to the <variables> section of your <user><br>>>>>>>> <br>>>>>>>> you have it at 600 and the nat mapping is timing out while the 600<br>>>>>>>> <br>
>>>>>>> seconds is ticking away<br>>>>>>>> <br>>>>>>>> <br>>>>>>>> <br>>>>>>>> On Tue, Oct 26, 2010 at 12:01 PM, Mario G <<a href="mailto:mario_fs@mgtech.com">mario_fs@mgtech.com</a>> wrote:<br>
>>>>>>> <br>>>>>>>> From the TSP:<br>>>>>>>> <br>>>>>>>> "I have enabled the SIP trace on your account. We are not currently seeing<br>
>>>>>>> <br>>>>>>>> any registration attempts to your account within the last 15 minutes. Please<br>>>>>>>> <br>>>>>>>> restart FreeSwitch so that registration attempts begin again. Thank you. ".<br>
>>>>>>> <br>>>>>>>> So FS is not getting past router.<br>>>>>>>> <br>>>>>>>> On Oct 26, 2010, at 9:09 AM, Mario G wrote:<br>>>>>>>> <br>
>>>>>>> I ran the global trace during the problem and it is<br>>>>>>>> <br>>>>>>>> at <a href="http://pastebin.freeswitch.org/14324">http://pastebin.freeswitch.org/14324</a> . You can find "rnktel", "acctone",<br>
>>>>>>> <br>>>>>>>> "accttwo", "acct3". The trace includes phones since it was global. I am<br>>>>>>>> <br>>>>>>>> using:<br>
>>>>>>> <br>>>>>>>> <param name="ext-rtp-ip" value="autonat:my-static.ip"/><br>>>>>>>> <br>>>>>>>> <param name="ext-sip-ip" value="autonat:my-static.ip"/><br>
>>>>>>> <br>>>>>>>> I tried dumping nat and removing the autonat: above and using -nonat but<br>>>>>>>> <br>>>>>>>> that did not work, registration proceeded but no calls inbound.<br>
>>>>>>> <br>>>>>>>> On Oct 25, 2010, at 4:11 PM, Mario G wrote:<br>>>>>>>> <br>>>>>>>> Whoops, I am using an IP address for at least one gateway so that is not the<br>
>>>>>>> <br>>>>>>>> problem:<br>>>>>>>> <br>>>>>>>> They look outbound to me and I am using dns for 2 and an IP for one so that<br>>>>>>>> <br>
>>>>>>> is not the issue. I was able to get FS to clear this up by doing "nat_map<br>>>>>>>> <br>>>>>>>> reinit" which is why I think this is a nat problem. I will do the trace you<br>
>>>>>>> <br>>>>>>>> mentioned. I will plug an ip address into one of the gateways to see what<br>>>>>>>> <br>>>>>>>> happens, they all fail at once. Thanks for responding!<br>
>>>>>>> <br>>>>>>>> Mario<br>>>>>>>> <br>>>>>>>> On Oct 25, 2010, at 3:26 PM, Mario wrote:<br>>>>>>>> <br>>>>>>>> I really need help on this as I have weeks into this problem. I thought I<br>
>>>>>>> <br>>>>>>>> had it nailed but I guess not. After 5.5 hours I get:<br>>>>>>>> <br>>>>>>>> 2010-10-25 15:05:43.407272 [WARNING] sofia_reg.c:387 mguuid Failed<br>
>>>>>>> <br>>>>>>>> Registration, setting retry to 15 seconds.<br>>>>>>>> <br>>>>>>>> 2010-10-25 15:05:49.557478 [NOTICE] sofia_reg.c:342 Registering mvuuid<br>
>>>>>>> <br>>>>>>>> 2010-10-25 15:05:59.206273 [NOTICE] sofia_reg.c:342 Registering mguuid<br>>>>>>>> <br>>>>>>>> 2010-10-25 15:06:04.923157 [WARNING] sofia_reg.c:387 mynum777 Failed<br>
>>>>>>> <br>>>>>>>> Registration, setting retry to 30 seconds.<br>>>>>>>> <br>>>>>>>> 2010-10-25 15:06:05.358321 [WARNING] sofia_reg.c:387 mvuuid Failed<br>
>>>>>>> <br>>>>>>>> Registration, setting retry to 15 seconds.<br>>>>>>>> <br>>>>>>>> 2010-10-25 15:06:16.125060 [WARNING] sofia_reg.c:387 mguuid Failed<br>
>>>>>>> <br>>>>>>>> Registration, setting retry to 15 seconds.<br>>>>>>>> <br>>>>>>>> 2010-10-25 15:06:21.151240 [NOTICE] sofia_reg.c:342 Registering mvuuid<br>
>>>>>>> <br>>>>>>>> 2010-10-25 15:06:33.060421 [NOTICE] sofia_reg.c:342 Registering mguuid<br>>>>>>>> <br>>>>>>>> 2010-10-25 15:06:35.392655 [NOTICE] sofia_reg.c:342 Registering mynum777<br>
>>>>>>> <br>>>>>>>> and no way to make/get calls until I restart FS. I did this:<br>>>>>>>> <br>>>>>>>> 1. log 7<br>>>>>>>> <br>
>>>>>>> 2. sofia profile xxxx siptrace on for each profile/gateway<br>>>>>>>> <br>>>>>>>> 3. restarted router<br>>>>>>>> <br>>>>>>>> All three did not solve the problem. The trace and log produced no<br>
>>>>>>> <br>>>>>>>> additional lines which is why I am wondering if FS has a problem since the<br>>>>>>>> <br>>>>>>>> trace shows no SIP activity.<br>
>>>>>>> <br>>>>>>>> 3 gateways with 2 ITSPs<br>>>>>>>> <br>>>>>>>> 2 DSL/WAN lines, 1 static and 1 dynamic<br>>>>>>>> <br>
>>>>>>> I am using autonat:1.2.3.4 in internal and external profiles. 1.2.3.4 is the<br>>>>>>>> <br>>>>>>>> external static ip.<br>>>>>>>> <br>
>>>>>>> sofia status profile ... has the right ext ip<br>>>>>>>> <br>>>>>>>> nat_map status shows the dynamic (wrong) IP<br>>>>>>>> <br>>>>>>>> I tried starting with -nonat but that was worse<br>
>>>>>>> <br>>>>>>>> the only way to fix is restart FS.<br>>>>>>>> <br>>>>>>>> I read the wiki on external nat, auto_nat and everything else many times.<br>
>>>>>>> <br>>>>>>>> Thanks Mario<br>>>>>>>> <br>>>>>>>> <br>>>>>>>> _______________________________________________<br>
>>>>>>> <br>>>>>>>> FreeSWITCH-users mailing list<br>>>>>>>> <br>>>>>>>> <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
>>>>>>> <br>>>>>>>> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>>>>>>>> <br>
>>>>>>> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>>>>>>>> <br>>>>>>>> <a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>
>>>>>>> <br>>>>>>>> <br>>>>>>>> _______________________________________________<br>>>>>>>> <br>>>>>>>> FreeSWITCH-users mailing list<br>
>>>>>>> <br>>>>>>>> <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>>>>>>>> <br>>>>>>>> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
>>>>>>> <br>>>>>>>> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>>>>>>>> <br>
>>>>>>> <a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>>>>>>>> <br>>>>>>>> _______________________________________________<br>>>>>>>> <br>
>>>>>>> FreeSWITCH-users mailing list<br>>>>>>>> <br>>>>>>>> <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
>>>>>>> <br>>>>>>>> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>>>>>>>> <br>
>>>>>>> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>>>>>>>> <br>>>>>>>> <a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>
>>>>>>> <br>>>>>>>> <br>>>>>>>> _______________________________________________<br>>>>>>>> <br>>>>>>>> FreeSWITCH-users mailing list<br>
>>>>>>> <br>>>>>>>> <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>>>>>>>> <br>>>>>>>> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
>>>>>>> <br>>>>>>>> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>>>>>>>> <br>
>>>>>>> <a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>>>>>>>> <br>>>>>>>> <br>>>>>>>> <br>>>>>>>> <br>
>>>>>>> <br>>>>>>>> --<br>>>>>>>> <br>>>>>>>> Anthony Minessale II<br>>>>>>>> <br>>>>>>>> FreeSWITCH <a href="http://www.freeswitch.org/">http://www.freeswitch.org/</a><br>
>>>>>>> <br>>>>>>>> ClueCon <a href="http://www.cluecon.com/">http://www.cluecon.com/</a><br>>>>>>>> <br>>>>>>>> Twitter: <a href="http://twitter.com/FreeSWITCH_wire">http://twitter.com/FreeSWITCH_wire</a><br>
>>>>>>> <br>>>>>>>> AIM: anthm<br>>>>>>>> <br>>>>>>>> <a href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a><br>
>>>>>>> <br>>>>>>>> GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a><br>>>>>>>> <br>>>>>>>> IRC: <a href="http://irc.freenode.net">irc.freenode.net</a> #freeswitch<br>
>>>>>>> <br>>>>>>>> FreeSWITCH Developer Conference<br>>>>>>>> <br>>>>>>>> <a href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a><br>
>>>>>>> <br>>>>>>>> <a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a><br>>>>>>>> <br>>>>>>>> pstn:+19193869900<br>
>>>>>>> <br>>>>>>>> _______________________________________________<br>>>>>>>> <br>>>>>>>> FreeSWITCH-users mailing list<br>>>>>>>> <br>
>>>>>>> <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>>>>>>>> <br>>>>>>>> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
>>>>>>> <br>>>>>>>> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>>>>>>>> <br>
>>>>>>> <a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>>>>>>>> <br>>>>>>>> <br>>>>>>>> _______________________________________________<br>
>>>>>>> <br>>>>>>>> FreeSWITCH-users mailing list<br>>>>>>>> <br>>>>>>>> <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
>>>>>>> <br>>>>>>>> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>>>>>>>> <br>
>>>>>>> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>>>>>>>> <br>>>>>>>> <a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>
>>>>>>> <br>>>>>>>> <br>>>>>>>> <br>>>>>>>> <br>>>>>>>> --<br>>>>>>>> <br>>>>>>>> Anthony Minessale II<br>
>>>>>>> <br>>>>>>>> FreeSWITCH <a href="http://www.freeswitch.org/">http://www.freeswitch.org/</a><br>>>>>>>> <br>>>>>>>> ClueCon <a href="http://www.cluecon.com/">http://www.cluecon.com/</a><br>
>>>>>>> <br>>>>>>>> Twitter: <a href="http://twitter.com/FreeSWITCH_wire">http://twitter.com/FreeSWITCH_wire</a><br>>>>>>>> <br>>>>>>>> AIM: anthm<br>
>>>>>>> <br>>>>>>>> <a href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a><br>>>>>>>> <br>>>>>>>> GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a><br>
>>>>>>> <br>>>>>>>> IRC: <a href="http://irc.freenode.net">irc.freenode.net</a> #freeswitch<br>>>>>>>> <br>>>>>>>> FreeSWITCH Developer Conference<br>
>>>>>>> <br>>>>>>>> <a href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a><br>>>>>>>> <br>>>>>>>> <a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a><br>
>>>>>>> <br>>>>>>>> pstn:+19193869900<br>>>>>>>> <br>>>>>>>> _______________________________________________<br>>>>>>>> <br>
>>>>>>> FreeSWITCH-users mailing list<br>>>>>>>> <br>>>>>>>> <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
>>>>>>> <br>>>>>>>> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>>>>>>>> <br>
>>>>>>> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>>>>>>>> <br>>>>>>>> <a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>
>>>>>>> <br>>>>>>>> <br>>>>>>>> _______________________________________________<br>>>>>>>> <br>>>>>>>> FreeSWITCH-users mailing list<br>
>>>>>>> <br>>>>>>>> <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>>>>>>>> <br>>>>>>>> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
>>>>>>> <br>>>>>>>> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>>>>>>>> <br>
>>>>>>> <a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>>>>>>>> <br>>>>>>>> <br>>>>>>>> _______________________________________________<br>
>>>>>>> <br>>>>>>>> FreeSWITCH-users mailing list<br>>>>>>>> <br>>>>>>>> <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
>>>>>>> <br>>>>>>>> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>>>>>>>> <br>
>>>>>>> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>>>>>>>> <br>>>>>>>> <a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>
>>>>>>> <br>>>>>>>> <br>>>>>>>> <br>>>>>>>> <br>>>>>>>> <br>>>>>>>> --<br>>>>>>>> <br>
>>>>>>> Anthony Minessale II<br>>>>>>>> <br>>>>>>>> FreeSWITCH <a href="http://www.freeswitch.org/">http://www.freeswitch.org/</a><br>>>>>>>> <br>
>>>>>>> ClueCon <a href="http://www.cluecon.com/">http://www.cluecon.com/</a><br>>>>>>>> <br>>>>>>>> Twitter: <a href="http://twitter.com/FreeSWITCH_wire">http://twitter.com/FreeSWITCH_wire</a><br>
>>>>>>> <br>>>>>>>> AIM: anthm<br>>>>>>>> <br>>>>>>>> <a href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a><br>
>>>>>>> <br>>>>>>>> GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a><br>>>>>>>> <br>>>>>>>> IRC: <a href="http://irc.freenode.net">irc.freenode.net</a> #freeswitch<br>
>>>>>>> <br>>>>>>>> FreeSWITCH Developer Conference<br>>>>>>>> <br>>>>>>>> <a href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a><br>
>>>>>>> <br>>>>>>>> <a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a><br>>>>>>>> <br>>>>>>>> pstn:+19193869900<br>
>>>>>>> <br>>>>>>>> _______________________________________________<br>>>>>>>> <br>>>>>>>> FreeSWITCH-users mailing list<br>>>>>>>> <br>
>>>>>>> <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>>>>>>>> <br>>>>>>>> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
>>>>>>> <br>>>>>>>> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>>>>>>>> <br>
>>>>>>> <a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>>>>>>>> <br>>>>>>>> <br>>>>>>>> _______________________________________________<br>
>>>>>>> <br>>>>>>>> FreeSWITCH-users mailing list<br>>>>>>>> <br>>>>>>>> <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
>>>>>>> <br>>>>>>>> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>>>>>>>> <br>
>>>>>>> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>>>>>>>> <br>>>>>>>> <a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>
>>>>>>> <br>>>>>>>> <br>>>>>>>> <br>>>>>>>> <br>>>>>>>> --<br>>>>>>>> <br>>>>>>>> Anthony Minessale II<br>
>>>>>>> <br>>>>>>>> FreeSWITCH <a href="http://www.freeswitch.org/">http://www.freeswitch.org/</a><br>>>>>>>> <br>>>>>>>> ClueCon <a href="http://www.cluecon.com/">http://www.cluecon.com/</a><br>
>>>>>>> <br>>>>>>>> Twitter: <a href="http://twitter.com/FreeSWITCH_wire">http://twitter.com/FreeSWITCH_wire</a><br>>>>>>>> <br>>>>>>>> AIM: anthm<br>
>>>>>>> <br>>>>>>>> <a href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a><br>>>>>>>> <br>>>>>>>> GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a><br>
>>>>>>> <br>>>>>>>> IRC: <a href="http://irc.freenode.net">irc.freenode.net</a> #freeswitch<br>>>>>>>> <br>>>>>>>> FreeSWITCH Developer Conference<br>
>>>>>>> <br>>>>>>>> <a href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a><br>>>>>>>> <br>>>>>>>> <a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a><br>
>>>>>>> <br>>>>>>>> pstn:+19193869900<br>>>>>>>> <br>>>>>>>> _______________________________________________<br>>>>>>>> <br>
>>>>>>> FreeSWITCH-users mailing list<br>>>>>>>> <br>>>>>>>> <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
>>>>>>> <br>>>>>>>> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>>>>>>>> <br>
>>>>>>> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>>>>>>>> <br>>>>>>>> <a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>
>>>>>>> <br>>>>>>>> <br>>>>>>>> _______________________________________________<br>>>>>>>> <br>>>>>>>> FreeSWITCH-users mailing list<br>
>>>>>>> <br>>>>>>>> <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>>>>>>>> <br>>>>>>>> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
>>>>>>> <br>>>>>>>> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>>>>>>>> <br>
>>>>>>> <a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>>>>>>>> <br>>>>>>>> <br>>>>>>>> <br>>>>>>>> <br>
>>>>>>> --<br>>>>>>>> <br>>>>>>>> Anthony Minessale II<br>>>>>>>> <br>>>>>>>> FreeSWITCH <a href="http://www.freeswitch.org/">http://www.freeswitch.org/</a><br>
>>>>>>> <br>>>>>>>> ClueCon <a href="http://www.cluecon.com/">http://www.cluecon.com/</a><br>>>>>>>> <br>>>>>>>> Twitter: <a href="http://twitter.com/FreeSWITCH_wire">http://twitter.com/FreeSWITCH_wire</a><br>
>>>>>>> <br>>>>>>>> AIM: anthm<br>>>>>>>> <br>>>>>>>> <a href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a><br>
>>>>>>> <br>>>>>>>> GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a><br>>>>>>>> <br>>>>>>>> IRC: <a href="http://irc.freenode.net">irc.freenode.net</a> #freeswitch<br>
>>>>>>> <br>>>>>>>> FreeSWITCH Developer Conference<br>>>>>>>> <br>>>>>>>> <a href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a><br>
>>>>>>> <br>>>>>>>> <a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a><br>>>>>>>> <br>>>>>>>> pstn:+19193869900<br>
>>>>>>> <br>>>>>>>> _______________________________________________<br>>>>>>>> <br>>>>>>>> FreeSWITCH-users mailing list<br>>>>>>>> <br>
>>>>>>> <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>>>>>>>> <br>>>>>>>> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
>>>>>>> <br>>>>>>>> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>>>>>>>> <br>
>>>>>>> <a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>>>>>>>> <br>>>>>>>> <br>>>>>>>> _______________________________________________<br>
>>>>>>> FreeSWITCH-users mailing list<br>>>>>>>> <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>>>>>>>> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
>>>>>>> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>>>>>>>> <a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>
>>>>>>> <br>>>>>>>> <br>>>>>>>> _______________________________________________<br>>>>>>>> FreeSWITCH-users mailing list<br>>>>>>>> <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
>>>>>>> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>>>>>>>> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
>>>>>>> <a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>>>>>>>> <br>>>>>>>> <br>>>>>>> <br>>>>>>> <br>
>>>>>> <br>>>>>>> --<br>>>>>>> Anthony Minessale II<br>>>>>>> <br>>>>>>> FreeSWITCH <a href="http://www.freeswitch.org/">http://www.freeswitch.org/</a><br>
>>>>>> ClueCon <a href="http://www.cluecon.com/">http://www.cluecon.com/</a><br>>>>>>> Twitter: <a href="http://twitter.com/FreeSWITCH_wire">http://twitter.com/FreeSWITCH_wire</a><br>>>>>>> <br>
>>>>>> AIM: anthm<br>>>>>>> <a href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a><br>>>>>>> GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a><br>
>>>>>> IRC: <a href="http://irc.freenode.net">irc.freenode.net</a> #freeswitch<br>>>>>>> <br>>>>>>> FreeSWITCH Developer Conference<br>>>>>>> <a href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a><br>
>>>>>> <a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a><br>>>>>>> pstn:+19193869900<br>>>>>>> <br>>>>>>> _______________________________________________<br>
>>>>>> FreeSWITCH-users mailing list<br>>>>>>> <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>>>>>>> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
>>>>>> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>>>>>>> <a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>
>>>>> <br>>>>>> <br>>>>>> _______________________________________________<br>>>>>> FreeSWITCH-users mailing list<br>>>>>> <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
>>>>> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>>>>>> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
>>>>> <a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>>>>>> <br>>>>> <br>>>>> <br>>>>> <br>>>>> -- <br>>>>> Anthony Minessale II<br>
>>>> <br>>>>> FreeSWITCH <a href="http://www.freeswitch.org/">http://www.freeswitch.org/</a><br>>>>> ClueCon <a href="http://www.cluecon.com/">http://www.cluecon.com/</a><br>>>>> Twitter: <a href="http://twitter.com/FreeSWITCH_wire">http://twitter.com/FreeSWITCH_wire</a><br>
>>>> <br>>>>> AIM: anthm<br>>>>> <a href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a><br>>>>> GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a><br>
>>>> IRC: <a href="http://irc.freenode.net">irc.freenode.net</a> #freeswitch<br>>>>> <br>>>>> FreeSWITCH Developer Conference<br>>>>> <a href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a><br>
>>>> <a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a><br>>>>> pstn:+19193869900<br>>>>> <br>>>>> _______________________________________________<br>
>>>> FreeSWITCH-users mailing list<br>>>>> <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>>>>> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
>>>> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>>>>> <a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>
>>> <br>>>> <br>>>> _______________________________________________<br>>>> FreeSWITCH-users mailing list<br>>>> <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
>>> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>>>> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
>>> <a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>>> <br>>> <br>>> _______________________________________________<br>>> FreeSWITCH-users mailing list<br>>> <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
>> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>>> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
>> <a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>> <br>> <br>> _______________________________________________<br>> FreeSWITCH-users mailing list<br>> <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
> <a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br></div>