<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span style="background-color:rgb(255,255,255);color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px">But they can be every few seconds and I suspect they might be using a lot of bandwidth just hammering the system.</span></blockquote>

<div><br></div><div>Probably not that much since SIP packets are pretty small... but it depends on how often they&#39;ll be sending the INVITE. Collect their traffic with tcpdump if you&#39;re concerned and that&#39;ll let you see how much (tcpdump -i eth0 -w probes.pcap &quot;port 5060 and host not $providerip)</div>

<div><br></div><div>Unless you can block it further upstream you&#39;re always going to get the INVITE though so even with a firewall won&#39;t be able to completely stop the bandwidth drain. However blocking it might make them move on after the 1st attempt, while responding (even with a failure) might lead to them trying other attempts. That depends on the attacker&#39;s script.</div>

<div><br></div><div>Such probes are really not unusual at all these days. There&#39;re a lot of bot nets that scan public IPs for listening SIP servers.</div><div><br></div><div><div>-Steve</div><div><br></div><div><br></div>

<div><br><div class="gmail_quote">On 13 March 2013 17:39, Clive Lansink <span dir="ltr">&lt;<a href="mailto:clive@lansink.co.nz" target="_blank">clive@lansink.co.nz</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Thanks everyone. Perhaps I should have added that we have a separate internal SIP profile that our internal phone extensions register to but the question only related to the public profile through which we receive incoming calls from our VOIP provider.<br>


<br>
Sounds like the best way to silently and completely block other incoming traffic we don&#39;t want is to use a firewall rule so that&#39;s what I&#39;ll do.<br>
<br>
Cheers.<br>
<div class="im"><br>
<br>
Clive Lansink<br>
Email: <a href="mailto:Clive@Lansink.Co.NZ">Clive@Lansink.Co.NZ</a><br>
Phone: <a href="tel:%2B64%209%20520-4242" value="+6495204242">+64 9 520-4242</a><br>
Mobile: <a href="tel:%2B64%2021%20663-999" value="+6421663999">+64 21 663-999</a><br>
Fax: <a href="tel:%2B64%2021%20789-150" value="+6421789150">+64 21 789-150</a><br>
<br>
</div><div class="im">-----Original message-----<br>
From: Alex Lake &lt;<a href="mailto:alex@digitalmail.com">alex@digitalmail.com</a>&gt;<br>
To: FreeSWITCH Users Help &lt;<a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a>&gt;<br>
Subject: Re: [Freeswitch-users] Blocking incoming calls<br>
Reply-to: FreeSWITCH Users Help &lt;<a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a>&gt;<br>
Date: Wed, 13 Mar 2013 12:43:29 +0000<br>
<br>
Ah! A different IP address. That&#39;s handy.<br>
Now I&#39;ll go away (OK, Avi? ;-P)<br>
&gt; mod_sofia supports having different sip &#39;profiles&#39;. Each one can be<br>
&gt; bound to a different IP address or port, and they can have different<br>
&gt; options, like different ACL settings, different codec settings,<br>
&gt; different NAT settings, etc.<br>
&gt;<br>
&gt; On 13 March 2013 12:20, Alex Lake &lt;<a href="mailto:alex@digitalmail.com">alex@digitalmail.com</a><br>
</div><div class="im">&gt; &lt;mailto:<a href="mailto:alex@digitalmail.com">alex@digitalmail.com</a>&gt;&gt; wrote:<br>
&gt;<br>
&gt;     When you say &quot;to a different profile&quot; - you&#39;re talking about on<br>
&gt;     the same box, but a different port?<br>
</div><div class="im">&gt;&gt;     They could still be registering, but to a different profile.<br>
&gt;&gt;     Possibly on an internal network.<br>
&gt;&gt;<br>
&gt;&gt;     On 13 March 2013 11:43, Alex Lake &lt;<a href="mailto:alex@digitalmail.com">alex@digitalmail.com</a><br>
</div><div class="im">&gt;&gt;     &lt;mailto:<a href="mailto:alex@digitalmail.com">alex@digitalmail.com</a>&gt;&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt;         Ah, so presumably the OP doesn&#39;t have (for example) SIP<br>
&gt;&gt;         handsets registered to his box (presumably that&#39;s done on<br>
&gt;&gt;         port 5060, too)<br>
&gt;&gt;&gt;         Only if you don&#39;t know what IP addresses calls are going to<br>
&gt;&gt;&gt;         be coming from. In this case, we can probably ask the<br>
&gt;&gt;&gt;         provider what their IP addresses are and just explicitly<br>
&gt;&gt;&gt;         allow them.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;         All fail2ban does is check the log files then set up<br>
&gt;&gt;&gt;         relevant firewall blacklist rules, so for the same job you<br>
&gt;&gt;&gt;         get slightly more CPU load too.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;         On 13 March 2013 10:28, Alex Lake &lt;<a href="mailto:alex@digitalmail.com">alex@digitalmail.com</a><br>
</div><div><div class="h5">&gt;&gt;&gt;         &lt;mailto:<a href="mailto:alex@digitalmail.com">alex@digitalmail.com</a>&gt;&gt; wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;             Isn&#39;t fail2ban the usual solution here?<br>
&gt;&gt;&gt;             &gt; Hello. I hope someone can quickly see what I want to<br>
&gt;&gt;&gt;             do and steer me in the right direction.<br>
&gt;&gt;&gt;             &gt;<br>
&gt;&gt;&gt;             &gt; I&#39;ve looked at the documentation for acl.conf.xml and<br>
&gt;&gt;&gt;             the SIP profile config file external.xml. I want to<br>
&gt;&gt;&gt;             block incoming calls from all but a single external IP<br>
&gt;&gt;&gt;             address and I&#39;m sorry I just can&#39;t figure out how to do<br>
&gt;&gt;&gt;             it or even if it can be done.<br>
&gt;&gt;&gt;             &gt;<br>
&gt;&gt;&gt;             &gt; We have a SIP trunk service with our VOIP provider.<br>
&gt;&gt;&gt;             That means we have a static IP address which they use<br>
&gt;&gt;&gt;             when they forward calls to us. They don&#39;t need to<br>
&gt;&gt;&gt;             register, we just accept their calls but of course they<br>
&gt;&gt;&gt;             have to be to our destination phone number. That all<br>
&gt;&gt;&gt;             works and we have been very happy with Freeswitch for I<br>
&gt;&gt;&gt;             don&#39;t know well over a year.<br>
&gt;&gt;&gt;             &gt;<br>
&gt;&gt;&gt;             &gt; Recently I became aware that someone is hammering our<br>
&gt;&gt;&gt;             system trying to make calls. Our provider will only use<br>
&gt;&gt;&gt;             port 5060 so that does mean our system is sitting on the<br>
&gt;&gt;&gt;             internet with port 5060 open. Our dial plan works<br>
&gt;&gt;&gt;             correctly and I can see in the log these calls are going<br>
&gt;&gt;&gt;             nowhere. But they can be every few seconds and I suspect<br>
&gt;&gt;&gt;             they might be using a lot of bandwidth just hammering<br>
&gt;&gt;&gt;             the system.<br>
&gt;&gt;&gt;             &gt;<br>
&gt;&gt;&gt;             &gt; We will never receive calls from any other address<br>
&gt;&gt;&gt;             than the one our VOIP provider will use to call us. So I<br>
&gt;&gt;&gt;             just want to block SIP traffic from all addresses except<br>
&gt;&gt;&gt;             theirs. I just want Freeswitch to stay silent when a<br>
&gt;&gt;&gt;             call comes in on any other address, so there is no<br>
&gt;&gt;&gt;             evidence that it is there to be attacked.<br>
&gt;&gt;&gt;             &gt;<br>
&gt;&gt;&gt;             &gt; I know I can do this with a firewall but I hope I can<br>
&gt;&gt;&gt;             do it in Freeswitch itself. I am confused about the<br>
&gt;&gt;&gt;             parameters auth-calls and auth-call and how to apply an<br>
&gt;&gt;&gt;             access list that would restrict all calls to just one IP<br>
&gt;&gt;&gt;             address. I did read somewhere in the docs that if you<br>
&gt;&gt;&gt;             want to block calls you need to use a firewall and maybe<br>
&gt;&gt;&gt;             that&#39;s the answer and so be it. Still I hope I can do it<br>
&gt;&gt;&gt;             with Freeswitch so I can just apply the right ACL and<br>
&gt;&gt;&gt;             sort the problem without creating new problems by<br>
&gt;&gt;&gt;             introducing a firewall.<br>
&gt;&gt;&gt;             &gt;<br>
&gt;&gt;&gt;             &gt; Hope you can help.<br>
&gt;&gt;&gt;             &gt;<br>
&gt;&gt;&gt;             &gt;<br>
&gt;&gt;&gt;             &gt; Clive Lansink<br>
</div></div>&gt;&gt;&gt;             &gt; Email: <a href="mailto:Clive@Lansink.Co.NZ">Clive@Lansink.Co.NZ</a> &lt;mailto:<a href="mailto:Clive@Lansink.Co.NZ">Clive@Lansink.Co.NZ</a>&gt;<br>
&gt;&gt;&gt;             &gt; Phone: <a href="tel:%2B64%209%20520-4242" value="+6495204242">+64 9 520-4242</a> &lt;tel:%2B64%209%20520-4242&gt;<br>
&gt;&gt;&gt;             &gt; Mobile: <a href="tel:%2B64%2021%20663-999" value="+6421663999">+64 21 663-999</a> &lt;tel:%2B64%2021%20663-999&gt;<br>
&gt;&gt;&gt;             &gt; Fax: <a href="tel:%2B64%2021%20789-150" value="+6421789150">+64 21 789-150</a> &lt;tel:%2B64%2021%20789-150&gt;<br>
<div class="im">&gt;&gt;&gt;             &gt;<br>
&gt;&gt;&gt;             &gt;<br>
&gt;&gt;&gt;             _________________________________________________________________________<br>
&gt;&gt;&gt;             &gt; Professional FreeSWITCH Consulting Services:<br>
&gt;&gt;&gt;             &gt; <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
</div>&gt;&gt;&gt;             &lt;mailto:<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a>&gt;<br>
<div class="im">&gt;&gt;&gt;             &gt; <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
&gt;&gt;&gt;             &gt;<br>
&gt;&gt;&gt;             &gt; FreeSWITCH-powered IP PBX: The CudaTel Communication<br>
&gt;&gt;&gt;             Server<br>
&gt;&gt;&gt;             &gt; <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
&gt;&gt;&gt;             &gt;<br>
&gt;&gt;&gt;             &gt; Official FreeSWITCH Sites<br>
&gt;&gt;&gt;             &gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;&gt;             &gt; <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
&gt;&gt;&gt;             &gt; <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
&gt;&gt;&gt;             &gt;<br>
&gt;&gt;&gt;             &gt; FreeSWITCH-users mailing list<br>
&gt;&gt;&gt;             &gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
</div>&gt;&gt;&gt;             &lt;mailto:<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a>&gt;<br>
<div class="im">&gt;&gt;&gt;             &gt;<br>
&gt;&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;&gt;             &gt;<br>
&gt;&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;&gt;             &gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;&gt;             &gt;<br>
&gt;&gt;&gt;             &gt;<br>
&gt;&gt;&gt;             &gt; -----<br>
&gt;&gt;&gt;             &gt; No virus found in this message.<br>
</div>&gt;&gt;&gt;             &gt; Checked by AVG - <a href="http://www.avg.com" target="_blank">www.avg.com</a> &lt;<a href="http://www.avg.com" target="_blank">http://www.avg.com</a>&gt;<br>
<div class="im">&gt;&gt;&gt;             &gt; Version: 2012.0.2240 / Virus Database: 2641/5668 -<br>
&gt;&gt;&gt;             Release Date: 03/12/13<br>
&gt;&gt;&gt;             &gt;<br>
&gt;&gt;&gt;             &gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;             _________________________________________________________________________<br>
&gt;&gt;&gt;             Professional FreeSWITCH Consulting Services:<br>
</div>&gt;&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="im">&gt;&gt;&gt;             <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;             FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
&gt;&gt;&gt;             <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;             Official FreeSWITCH Sites<br>
&gt;&gt;&gt;             <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;&gt;             <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
&gt;&gt;&gt;             <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;             FreeSWITCH-users mailing list<br>
&gt;&gt;&gt;             <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
</div>&gt;&gt;&gt;             &lt;mailto:<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a>&gt;<br>
<div class="im">&gt;&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;&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;&gt;             <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;         --<br>
</div>&gt;&gt;&gt;         *Andrew Cassidy BSc (Hons) MBCS SSCA*<br>
&gt;&gt;&gt;         Managing Director<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;         *T &lt;mailto:<a href="mailto:info@cassidywebservices.co.uk">info@cassidywebservices.co.uk</a>&gt; *03300 100 960<br>
&gt;&gt;&gt;         &lt;tel:03300%20100%20960&gt; *F<br>
&gt;&gt;&gt;         &lt;mailto:<a href="mailto:info@cassidywebservices.co.uk">info@cassidywebservices.co.uk</a>&gt; *03300 100 961<br>
&gt;&gt;&gt;         &lt;tel:03300%20100%20961&gt;<br>
&gt;&gt;&gt;         *E &lt;mailto:<a href="mailto:info@cassidywebservices.co.uk">info@cassidywebservices.co.uk</a>&gt;<br>
&gt;&gt;&gt;         *<a href="mailto:andrew@cassidywebservices.co.uk">andrew@cassidywebservices.co.uk</a><br>
&gt;&gt;&gt;         &lt;mailto:<a href="mailto:andrew@cassidywebservices.co.uk">andrew@cassidywebservices.co.uk</a>&gt;<br>
&gt;&gt;&gt;         *W &lt;mailto:<a href="mailto:info@cassidywebservices.co.uk">info@cassidywebservices.co.uk</a>&gt;<br>
&gt;&gt;&gt;         *<a href="http://www.cassidywebservices.co.uk" target="_blank">www.cassidywebservices.co.uk</a><br>
&gt;&gt;&gt;         &lt;<a href="http://www.cassidywebservices.co.uk" target="_blank">http://www.cassidywebservices.co.uk</a>&gt;<br>
<div class="im">&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;         _________________________________________________________________________<br>
&gt;&gt;&gt;         Professional FreeSWITCH Consulting Services:<br>
</div>&gt;&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="im">&gt;&gt;&gt;         <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;         FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
&gt;&gt;&gt;         <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;         Official FreeSWITCH Sites<br>
&gt;&gt;&gt;         <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;&gt;         <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
&gt;&gt;&gt;         <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;         FreeSWITCH-users mailing list<br>
</div>&gt;&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="im">&gt;&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;&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;&gt;         <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;         No virus found in this message.<br>
</div>&gt;&gt;&gt;         Checked by AVG - <a href="http://www.avg.com" target="_blank">www.avg.com</a> &lt;<a href="http://www.avg.com" target="_blank">http://www.avg.com</a>&gt;<br>
<div class="im">&gt;&gt;&gt;         Version: 2012.0.2240 / Virus Database: 2641/5668 - Release<br>
&gt;&gt;&gt;         Date: 03/12/13<br>
&gt;&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="im">&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>
&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="im">&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>
</div>&gt;&gt;     *Andrew Cassidy BSc (Hons) MBCS SSCA*<br>
&gt;&gt;     Managing Director<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;     *T &lt;mailto:<a href="mailto:info@cassidywebservices.co.uk">info@cassidywebservices.co.uk</a>&gt; *03300 100 960<br>
&gt;&gt;     &lt;tel:03300%20100%20960&gt; *F &lt;mailto:<a href="mailto:info@cassidywebservices.co.uk">info@cassidywebservices.co.uk</a>&gt;<br>
&gt;&gt;     *03300 100 961 &lt;tel:03300%20100%20961&gt;<br>
&gt;&gt;     *E &lt;mailto:<a href="mailto:info@cassidywebservices.co.uk">info@cassidywebservices.co.uk</a>&gt;<br>
&gt;&gt;     *<a href="mailto:andrew@cassidywebservices.co.uk">andrew@cassidywebservices.co.uk</a><br>
&gt;&gt;     &lt;mailto:<a href="mailto:andrew@cassidywebservices.co.uk">andrew@cassidywebservices.co.uk</a>&gt;<br>
&gt;&gt;     *W &lt;mailto:<a href="mailto:info@cassidywebservices.co.uk">info@cassidywebservices.co.uk</a>&gt;<br>
&gt;&gt;     *<a href="http://www.cassidywebservices.co.uk" target="_blank">www.cassidywebservices.co.uk</a> &lt;<a href="http://www.cassidywebservices.co.uk" target="_blank">http://www.cassidywebservices.co.uk</a>&gt;<br>


<div class="im">&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="im">&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="im">&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;     No virus found in this message.<br>
</div>&gt;&gt;     Checked by AVG - <a href="http://www.avg.com" target="_blank">www.avg.com</a> &lt;<a href="http://www.avg.com" target="_blank">http://www.avg.com</a>&gt;<br>
<div class="im">&gt;&gt;     Version: 2012.0.2240 / Virus Database: 2641/5668 - Release Date:<br>
&gt;&gt;     03/12/13<br>
&gt;&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="im">&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="im">&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>
</div>&gt; *Andrew Cassidy BSc (Hons) MBCS SSCA*<br>
&gt; Managing Director<br>
&gt;<br>
&gt;<br>
&gt; *T &lt;mailto:<a href="mailto:info@cassidywebservices.co.uk">info@cassidywebservices.co.uk</a>&gt; *03300 100 960 *F<br>
&gt; &lt;mailto:<a href="mailto:info@cassidywebservices.co.uk">info@cassidywebservices.co.uk</a>&gt; *03300 100 961<br>
&gt; *E &lt;mailto:<a href="mailto:info@cassidywebservices.co.uk">info@cassidywebservices.co.uk</a>&gt;<br>
&gt; *<a href="mailto:andrew@cassidywebservices.co.uk">andrew@cassidywebservices.co.uk</a> &lt;mailto:<a href="mailto:andrew@cassidywebservices.co.uk">andrew@cassidywebservices.co.uk</a>&gt;<br>
&gt; *W &lt;mailto:<a href="mailto:info@cassidywebservices.co.uk">info@cassidywebservices.co.uk</a>&gt;<br>
&gt; *<a href="http://www.cassidywebservices.co.uk" target="_blank">www.cassidywebservices.co.uk</a> &lt;<a href="http://www.cassidywebservices.co.uk" target="_blank">http://www.cassidywebservices.co.uk</a>&gt;<br>
<div class="im">&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>
&gt;<br>
&gt; No virus found in this message.<br>
</div>&gt; Checked by AVG - <a href="http://www.avg.com" target="_blank">www.avg.com</a> &lt;<a href="http://www.avg.com" target="_blank">http://www.avg.com</a>&gt;<br>
<div class="im HOEnZb">&gt; Version: 2012.0.2240 / Virus Database: 2641/5668 - Release Date: 03/12/13<br>
&gt;<br>
<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>
</div><div class="HOEnZb"><div class="h5">_________________________________________________________________________<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>
</div></div></blockquote></div><br></div></div>