<div dir="ltr">It&#39;s doable, but inelegant as I&#39;d have to push some core configuration into the NAT itself to enable it (the port forwarding).</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Jul 23, 2014 at 5:35 PM, William King <span dir="ltr">&lt;<a href="mailto:william.king@quentustech.com" target="_blank">william.king@quentustech.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I&#39;d be curious if having two profiles(each with their own external ip<br>
configurations) would be the best way to handle this. Then you can in<br>
your dialplan choose which profile to send the calls out, and the NAT<br>
would still be handled properly for that route.<br>
<br>
William King<br>
Senior Engineer<br>
Quentus Technologies, INC<br>
1037 NE 65th St Suite 273<br>
Seattle, WA 98115<br>
Main:   <a href="tel:%28877%29%20211-9337" value="+18772119337">(877) 211-9337</a><br>
Office: <a href="tel:%28206%29%20388-4772" value="+12063884772">(206) 388-4772</a><br>
Cell:   <a href="tel:%28253%29%20686-5518" value="+12536865518">(253) 686-5518</a><br>
<a href="mailto:william.king@quentustech.com">william.king@quentustech.com</a><br>
<div class=""><br>
On 07/23/2014 04:43 PM, Kurtis Heimerl wrote:<br>
&gt; If the answer is no, the answer is no. I *think* I may be able to port<br>
&gt; forward 5060-&gt;5090 or something in the VPN NAT to enable a new profile,<br>
&gt; but I&#39;m concerned about the reverse direction. Either way, it&#39;s not a<br>
&gt; scalable solution, so I&#39;d prefer to set the return ips in the dialplan<br>
&gt; if able.<br>
&gt;<br>
&gt;<br>
&gt; On Wed, Jul 23, 2014 at 4:29 PM, Brian West &lt;<a href="mailto:brian@freeswitch.org">brian@freeswitch.org</a><br>
</div><div class="">&gt; &lt;mailto:<a href="mailto:brian@freeswitch.org">brian@freeswitch.org</a>&gt;&gt; wrote:<br>
&gt;<br>
&gt;     This scenario is going to be a hard one to solve due to that... let<br>
&gt;     me think about it.<br>
&gt;<br>
&gt;<br>
&gt;     On Wed, Jul 23, 2014 at 2:40 PM, Kurtis Heimerl<br>
</div><div class="">&gt;     &lt;<a href="mailto:kheimerl@cs.berkeley.edu">kheimerl@cs.berkeley.edu</a> &lt;mailto:<a href="mailto:kheimerl@cs.berkeley.edu">kheimerl@cs.berkeley.edu</a>&gt;&gt; wrote:<br>
&gt;<br>
&gt;         Hrm, this is more complicated to explain than I anticipated.<br>
&gt;<br>
&gt;         Basically, this is the fault of VPNs. We have one machine in our<br>
&gt;         data center that is running a VPN connecting (X.Y.*.*) to<br>
&gt;         carrier 1. That box is one-to-one NATing all communciations to<br>
&gt;         our (FS) VoIP server on the local subnet (192,168.*.*). So<br>
&gt;         that&#39;s NAT 1.<br>
&gt;<br>
&gt;         The second NAT is for the actual public access from our VoIP<br>
&gt;         box. This has a public IP outside the firewall (A.B.*.*) and<br>
&gt;         NATs again to the VoIP server on the local subnet (192.168.*.*)<br>
&gt;<br>
&gt;         So, this one machine (192.168.*.*) is actually behind two<br>
&gt;         separate NATs at the moment. It has some rules in the IP tables<br>
&gt;         to route X.Y traffic to the VPN box, and otherwise route to the<br>
&gt;         broader internet. The existing way to deal with a NAT in FS is<br>
&gt;         the ext-rtp/sip-ip field in the profile, but that no longer<br>
&gt;         works when we have to dynamically set these fields depending on<br>
&gt;         which NAT they are going through.<br>
&gt;<br>
&gt;         Does that make sense? Even if not, here&#39;s the problem: I want to<br>
&gt;         set ext-rtp/sip-ip dynamically in the dialplan. Is that possible?<br>
&gt;<br>
&gt;<br>
&gt;         On Wed, Jul 23, 2014 at 5:40 AM, Brian West<br>
</div><div class="">&gt;         &lt;<a href="mailto:brian@freeswitch.org">brian@freeswitch.org</a> &lt;mailto:<a href="mailto:brian@freeswitch.org">brian@freeswitch.org</a>&gt;&gt; wrote:<br>
&gt;<br>
&gt;             I&#39;m guessing both networks are behind the same nat and<br>
&gt;             routed? Or is it two different nat&#39;ed networks behind the<br>
&gt;             same public IP?  If its just two standard networks thats<br>
&gt;             fully routed and no nat between the 192.x and the 10.x space<br>
&gt;             then just set your local-network-acl to rfc1918.auto.<br>
&gt;<br>
&gt;<br>
&gt;             On Wed, Jul 23, 2014 at 12:52 AM, Kurtis Heimerl<br>
</div>&gt;             &lt;<a href="mailto:kheimerl@cs.berkeley.edu">kheimerl@cs.berkeley.edu</a> &lt;mailto:<a href="mailto:kheimerl@cs.berkeley.edu">kheimerl@cs.berkeley.edu</a>&gt;&gt;<br>
<div class="">&gt;             wrote:<br>
&gt;<br>
&gt;                 Comments in line:<br>
&gt;<br>
&gt;<br>
&gt;                 On Tue, Jul 22, 2014 at 9:22 PM, Pasha<br>
&gt;                 &lt;<a href="mailto:pasha@prosperity4ever.com">pasha@prosperity4ever.com</a><br>
</div><div><div class="h5">&gt;                 &lt;mailto:<a href="mailto:pasha@prosperity4ever.com">pasha@prosperity4ever.com</a>&gt;&gt; wrote:<br>
&gt;<br>
&gt;                     The problem with that though (if I understand your<br>
&gt;                     scenario correctly) is that even if there was a way<br>
&gt;                     to set external IP in freeswitch in the dial plan<br>
&gt;                     you say that you only have 1 external IP to deal<br>
&gt;                     with anyway, so what would you set your second IP to<br>
&gt;                     for routing to work properly?<br>
&gt;<br>
&gt;                 There&#39;s only one actual IP on the box, but it&#39;s behind<br>
&gt;                 *two* different NATs. Setting the ext-rtp/sip-ip to the<br>
&gt;                 appropriate NAT IP works for both connections, but I<br>
&gt;                 need to make that dynamic.<br>
&gt;<br>
&gt;<br>
&gt;                     In my mind what might work for you is if you create<br>
&gt;                     an alias to your single network controller with the<br>
&gt;                     second IP that you need, then if you have access to<br>
&gt;                     the firewall perform NAT so that if connection comes<br>
&gt;                     in from external IP of vendor #1 on 5060 you forward<br>
&gt;                     that to 5060 on internal IP 1 of your fresswitch<br>
&gt;                     box. If call comes in on external IP of vendor #2 on<br>
&gt;                     5060 you forward to port 5060 of your internal IP #2<br>
&gt;                     (alias on freeswitch box)... that&#39;s for incoming...<br>
&gt;<br>
&gt;<br>
&gt;                 I&#39;m not sure I understand this. Does a FS alias allow me<br>
&gt;                 to have multiple IPs on the same box somehow?<br>
&gt;<br>
&gt;<br>
&gt;                     I apologize if I didn&#39;t fully understand your<br>
&gt;                     scenario. I&#39;m not even sure why you&#39;re having a<br>
&gt;                     conflict in this case because your providers are<br>
&gt;                     different, the only time you have an issue with<br>
&gt;                     single external IP is if you&#39;re trying to setup a<br>
&gt;                     second trunk to the same provider (most of them<br>
&gt;                     won&#39;t allow more than on trunk on a single IP).<br>
&gt;<br>
&gt;<br>
&gt;                 It&#39;s a relatively simple, but apparently uncommon, case,<br>
&gt;                 I agree. My issue sounds very similar to having multiple<br>
&gt;                 trunks to the same provider in a way, but I have<br>
&gt;                 different external IPs for RTP and such instead.<br>
&gt;<br>
&gt;<br>
&gt;                     Paul<br>
&gt;<br>
&gt;<br>
&gt;                     On 14-07-22 05:28 PM, Kurtis Heimerl wrote:<br>
&gt;&gt;                     I can&#39;t do that unfortunately. Our providers are<br>
&gt;&gt;                     hitting the generic SIP Port: 5060 so that&#39;s not<br>
&gt;&gt;                     available. Our system behind the two NATs has only<br>
&gt;&gt;                     one network interface, and as such only one<br>
&gt;&gt;                     available public IP. So we can&#39;t just set up a new<br>
&gt;&gt;                     profile. I can probably hack around this in<br>
&gt;&gt;                     another way (port forwarding through one of the<br>
&gt;&gt;                     NATs to allow a second profile on the same IP) but<br>
&gt;&gt;                     that&#39;s pretty ugly and unsustainable going<br>
&gt;&gt;                     forward. I&#39;d much prefer to simply set the<br>
&gt;&gt;                     expected external IP in the outbound dialplan for<br>
&gt;&gt;                     each provider.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;                     On Tue, Jul 22, 2014 at 5:07 PM, Russell Treleaven<br>
&gt;&gt;                     &lt;<a href="mailto:rtreleaven@bunnykick.ca">rtreleaven@bunnykick.ca</a><br>
</div></div><div class="">&gt;&gt;                     &lt;mailto:<a href="mailto:rtreleaven@bunnykick.ca">rtreleaven@bunnykick.ca</a>&gt;&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt;                         Either give them separate ip addresses or<br>
&gt;&gt;                         separate ports.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;                         Sent from my BlackBerry® PlayBook™<br>
</div>&gt;&gt;                         <a href="http://www.blackberry.com" target="_blank">www.blackberry.com</a> &lt;<a href="http://www.blackberry.com" target="_blank">http://www.blackberry.com</a>&gt;<br>
&gt;&gt;<br>
&gt;&gt;                         ------------------------------------------------------------------------<br>
&gt;&gt;                         *From:* &quot;Kurtis Heimerl&quot;<br>
&gt;&gt;                         &lt;<a href="mailto:kheimerl@cs.berkeley.edu">kheimerl@cs.berkeley.edu</a><br>
&gt;&gt;                         &lt;mailto:<a href="mailto:kheimerl@cs.berkeley.edu">kheimerl@cs.berkeley.edu</a>&gt;&gt;<br>
&gt;&gt;                         *To:* &quot;FreeSWITCH Users Help&quot;<br>
&gt;&gt;                         &lt;<a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a><br>
&gt;&gt;                         &lt;mailto:<a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a>&gt;&gt;<br>
&gt;&gt;                         *Sent:* 22 July, 2014 8:04 PM<br>
&gt;&gt;                         *Subject:* Re: [Freeswitch-users] MultiNAT<br>
<div class="">&gt;&gt;<br>
&gt;&gt;                         They all have to sit on the same internal IP<br>
&gt;&gt;                         and Port, so I don&#39;t think I can.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;                         On Tue, Jul 22, 2014 at 4:57 PM, Russell<br>
&gt;&gt;                         Treleaven &lt;<a href="mailto:rtreleaven@bunnykick.ca">rtreleaven@bunnykick.ca</a><br>
</div><div class="">&gt;&gt;                         &lt;mailto:<a href="mailto:rtreleaven@bunnykick.ca">rtreleaven@bunnykick.ca</a>&gt;&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt;                             Hi Kurtis,<br>
&gt;&gt;<br>
&gt;&gt;                             Why not make a separate profile for each<br>
&gt;&gt;                             provider?<br>
&gt;&gt;<br>
&gt;&gt;                             Sent from my BlackBerry® PlayBook™<br>
</div>&gt;&gt;                             <a href="http://www.blackberry.com" target="_blank">www.blackberry.com</a> &lt;<a href="http://www.blackberry.com" target="_blank">http://www.blackberry.com</a>&gt;<br>
&gt;&gt;<br>
&gt;&gt;                             ------------------------------------------------------------------------<br>
&gt;&gt;                             *From:* &quot;Kurtis Heimerl&quot;<br>
&gt;&gt;                             &lt;<a href="mailto:kheimerl@cs.berkeley.edu">kheimerl@cs.berkeley.edu</a><br>
&gt;&gt;                             &lt;mailto:<a href="mailto:kheimerl@cs.berkeley.edu">kheimerl@cs.berkeley.edu</a>&gt;&gt;<br>
&gt;&gt;                             *To:* &quot;FreeSWITCH Users Help&quot;<br>
&gt;&gt;                             &lt;<a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a><br>
&gt;&gt;                             &lt;mailto:<a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a>&gt;&gt;<br>
&gt;&gt;                             *Sent:* 22 July, 2014 7:14 PM<br>
&gt;&gt;                             *Subject:* [Freeswitch-users] MultiNAT<br>
<div class="">&gt;&gt;<br>
&gt;&gt;                             Hey Users,<br>
&gt;&gt;<br>
&gt;&gt;                             I have an interesting NAT setup. I&#39;m<br>
&gt;&gt;                             running FS on the inside of our network as<br>
&gt;&gt;                             a router/proxy between some SIP phones and<br>
&gt;&gt;                             DID providers. However, each DID provider<br>
&gt;&gt;                             is behind a *different* NAT (a property of<br>
&gt;&gt;                             our VPN setups for them).<br>
&gt;&gt;<br>
&gt;&gt;                             For instance: DID1 is at IP 192.168.1.1<br>
&gt;&gt;                             and DID2 is at 10.0.0.1.<br>
&gt;&gt;<br>
&gt;&gt;                             I have calls working for each of them when<br>
&gt;&gt;                             I set the following in my external profile:<br>
&gt;&gt;<br>
&gt;&gt;                             &lt;param name=&quot;ext-rtp-ip&quot; value=&quot;10.0.0.2&quot;/&gt;<br>
&gt;&gt;                             &lt;param name=&quot;ext-sip-ip&quot; value=&quot;10.0.0.2&quot;/&gt;<br>
&gt;&gt;<br>
&gt;&gt;                             However, I need to dynamically route<br>
&gt;&gt;                             between *both* of them. I need a mechanism<br>
&gt;&gt;                             for setting ext-rtp-ip and ext-sip-ip in<br>
&gt;&gt;                             the dialplan itself!<br>
&gt;&gt;<br>
&gt;&gt;                             Is there a set way to do this?<br>
&gt;&gt;<br>
&gt;&gt;                             Thanks!<br>
&gt;&gt;<br>
&gt;&gt;                             _________________________________________________________________________<br>
&gt;&gt;                             Professional FreeSWITCH Consulting Services:<br>
&gt;&gt;                             <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
</div>&gt;&gt;                             &lt;mailto:<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a>&gt;<br>
<div class="">&gt;&gt;                             <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
&gt;&gt;<br>
&gt;&gt;                             FreeSWITCH-powered IP PBX: The CudaTel<br>
&gt;&gt;                             Communication Server<br>
&gt;&gt;                             <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
&gt;&gt;<br>
&gt;&gt;                             Official FreeSWITCH Sites<br>
&gt;&gt;                             <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;                             <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
&gt;&gt;                             <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
&gt;&gt;<br>
&gt;&gt;                             FreeSWITCH-users mailing list<br>
&gt;&gt;                             <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
</div>&gt;&gt;                             &lt;mailto:<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a>&gt;<br>
<div class="">&gt;&gt;                             <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt;                             UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt;                             <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;                         _________________________________________________________________________<br>
&gt;&gt;                         Professional FreeSWITCH Consulting Services:<br>
&gt;&gt;                         <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
</div>&gt;&gt;                         &lt;mailto:<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a>&gt;<br>
<div class="">&gt;&gt;                         <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
&gt;&gt;<br>
&gt;&gt;                         FreeSWITCH-powered IP PBX: The CudaTel<br>
&gt;&gt;                         Communication Server<br>
&gt;&gt;                         <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
&gt;&gt;<br>
&gt;&gt;                         Official FreeSWITCH Sites<br>
&gt;&gt;                         <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;                         <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
&gt;&gt;                         <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
&gt;&gt;<br>
&gt;&gt;                         FreeSWITCH-users mailing list<br>
&gt;&gt;                         <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
</div>&gt;&gt;                         &lt;mailto:<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a>&gt;<br>
<div class="">&gt;&gt;                         <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt;                         UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt;                         <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;                     _________________________________________________________________________<br>
&gt;&gt;                     Professional FreeSWITCH Consulting Services:<br>
</div>&gt;&gt;                     <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a> &lt;mailto:<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a>&gt;<br>
<div class="">&gt;&gt;                     <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
&gt;&gt;<br>
&gt;&gt;                     FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
&gt;&gt;                     <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
&gt;&gt;<br>
&gt;&gt;                     Official FreeSWITCH Sites<br>
&gt;&gt;                     <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;                     <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
&gt;&gt;                     <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
&gt;&gt;<br>
&gt;&gt;                     FreeSWITCH-users mailing list<br>
</div>&gt;&gt;                     <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a> &lt;mailto:<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a>&gt;<br>


<div class="">&gt;&gt;                     <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt;                     UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt;                     <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
&gt;<br>
&gt;                     _________________________________________________________________________<br>
&gt;                     Professional FreeSWITCH Consulting Services:<br>
&gt;                     <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
</div>&gt;                     &lt;mailto:<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a>&gt;<br>
<div class="">&gt;                     <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
&gt;<br>
&gt;                     FreeSWITCH-powered IP PBX: The CudaTel Communication<br>
&gt;                     Server<br>
&gt;                     <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
&gt;<br>
&gt;                     Official FreeSWITCH Sites<br>
&gt;                     <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;                     <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
&gt;                     <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
&gt;<br>
&gt;                     FreeSWITCH-users mailing list<br>
&gt;                     <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
</div>&gt;                     &lt;mailto:<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a>&gt;<br>
<div class="">&gt;                     <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;                     UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;                     <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;                 _________________________________________________________________________<br>
&gt;                 Professional FreeSWITCH Consulting Services:<br>
</div>&gt;                 <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a> &lt;mailto:<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a>&gt;<br>
<div class="">&gt;                 <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
&gt;<br>
&gt;                 FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
&gt;                 <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
&gt;<br>
&gt;                 Official FreeSWITCH Sites<br>
&gt;                 <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;                 <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
&gt;                 <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
&gt;<br>
&gt;                 FreeSWITCH-users mailing list<br>
&gt;                 <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
</div>&gt;                 &lt;mailto:<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a>&gt;<br>
<div class="">&gt;                 <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;                 UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;                 <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;             --<br>
&gt;<br>
</div>&gt;             */Brian West/*<br>
&gt;             <a href="mailto:brian@freeswitch.org">brian@freeswitch.org</a> &lt;mailto:<a href="mailto:brian@freeswitch.org">brian@freeswitch.org</a>&gt;<br>
&gt;<br>
&gt;<br>
&gt;             */Twitter: @FreeSWITCH , @briankwest/*<br>
&gt;             <a href="http://www.freeswitchbook.com" target="_blank">http://www.freeswitchbook.com</a><br>
&gt;             <a href="http://www.freeswitchcookbook.com" target="_blank">http://www.freeswitchcookbook.com</a><br>
&gt;<br>
&gt;             *T:*<a href="tel:%2B19184209001" value="+19184209001">+19184209001</a> &lt;tel:%2B19184209001&gt; | *F:*<a href="tel:%2B19184209002" value="+19184209002">+19184209002</a><br>
&gt;             &lt;tel:%2B19184209002&gt; | *M:*+1918424WEST (9378)<br>
&gt;             *iNUM:*<a href="tel:%2B883%205100%201420%209001" value="+883510014209001">+883 5100 1420 9001</a> &lt;tel:%2B883%205100%201420%209001&gt;<br>
&gt;             | *ISN:*410*543 | *Skype:*briankwest<br>
<div class="">&gt;<br>
&gt;<br>
&gt;             _________________________________________________________________________<br>
&gt;             Professional FreeSWITCH Consulting Services:<br>
</div>&gt;             <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a> &lt;mailto:<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a>&gt;<br>
<div class="">&gt;             <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
&gt;<br>
&gt;             FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
&gt;             <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
&gt;<br>
&gt;             Official FreeSWITCH Sites<br>
&gt;             <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;             <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
&gt;             <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
&gt;<br>
&gt;             FreeSWITCH-users mailing list<br>
&gt;             <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
</div>&gt;             &lt;mailto:<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a>&gt;<br>
<div class="">&gt;             <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;             UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;             <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;         _________________________________________________________________________<br>
&gt;         Professional FreeSWITCH Consulting Services:<br>
</div>&gt;         <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a> &lt;mailto:<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a>&gt;<br>
<div class="">&gt;         <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
&gt;<br>
&gt;         FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
&gt;         <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
&gt;<br>
&gt;         Official FreeSWITCH Sites<br>
&gt;         <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;         <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
&gt;         <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
&gt;<br>
&gt;         FreeSWITCH-users mailing list<br>
&gt;         <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
</div>&gt;         &lt;mailto:<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a>&gt;<br>
<div class="">&gt;         <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;         UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;         <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;     --<br>
&gt;<br>
</div>&gt;     */Brian West/*<br>
&gt;     <a href="mailto:brian@freeswitch.org">brian@freeswitch.org</a> &lt;mailto:<a href="mailto:brian@freeswitch.org">brian@freeswitch.org</a>&gt;<br>
&gt;<br>
&gt;<br>
&gt;     */Twitter: @FreeSWITCH , @briankwest/*<br>
&gt;     <a href="http://www.freeswitchbook.com" target="_blank">http://www.freeswitchbook.com</a><br>
&gt;     <a href="http://www.freeswitchcookbook.com" target="_blank">http://www.freeswitchcookbook.com</a><br>
&gt;<br>
&gt;     *T:*<a href="tel:%2B19184209001" value="+19184209001">+19184209001</a> &lt;tel:%2B19184209001&gt; | *F:*<a href="tel:%2B19184209002" value="+19184209002">+19184209002</a><br>
&gt;     &lt;tel:%2B19184209002&gt; | *M:*+1918424WEST (9378)<br>
&gt;     *iNUM:*<a href="tel:%2B883%205100%201420%209001" value="+883510014209001">+883 5100 1420 9001</a> &lt;tel:%2B883%205100%201420%209001&gt;<br>
&gt;     | *ISN:*410*543 | *Skype:*briankwest<br>
<div class="">&gt;<br>
&gt;<br>
&gt;     _________________________________________________________________________<br>
&gt;     Professional FreeSWITCH Consulting Services:<br>
</div>&gt;     <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a> &lt;mailto:<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a>&gt;<br>
<div class="">&gt;     <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
&gt;<br>
&gt;     FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
&gt;     <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
&gt;<br>
&gt;     Official FreeSWITCH Sites<br>
&gt;     <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;     <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
&gt;     <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
&gt;<br>
&gt;     FreeSWITCH-users mailing list<br>
&gt;     <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
</div>&gt;     &lt;mailto:<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a>&gt;<br>
<div class="HOEnZb"><div class="h5">&gt;     <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;     UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;     <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; _________________________________________________________________________<br>
&gt; Professional FreeSWITCH Consulting Services:<br>
&gt; <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
&gt; <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
&gt;<br>
&gt; FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
&gt; <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
&gt;<br>
&gt; Official FreeSWITCH Sites<br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt; <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
&gt; <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
&gt;<br>
&gt; FreeSWITCH-users mailing list<br>
&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
</div></div><br>_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><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" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br></div>