<div dir="ltr"><div class="gmail_extra"><div style="font-family:arial,sans-serif;font-size:13px">Hi Ashish,</div><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">

This is a hack but you can get what you need.</div><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">This is because, whenever retry attempt is made 1 channel per pri get started, as there are 30 channels and retry attempts are 3 so the channels that freeswitch load is in between 3-6, so I increased retry attempt and complied it again. As I got rid of this error but it takes some time to load the pri channels (30*10 = 300seconds(5 seconds) max).</div>

<div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">Also, remember if you dial a call in between restarting phase you may face some error. To avoid this, dial call only after all pri channel get started.</div>

<div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">Here are the steps:</div><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">

In freeswitch source:</div><div style="font-family:arial,sans-serif;font-size:13px">Edit libs/freetdm/src/ftmod/ftmod_libpri/ftmod_libpri.h<br></div><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">

1. Decrease timeout of channels.</div><span style="font-family:arial,sans-serif;font-size:13px">#define T316_TIMEOUT_MS_DEFAULT     30000   /* 30 sec */</span><div style="font-family:arial,sans-serif;font-size:13px"><br>
<div>
change this to </div><div><br></div><div>#define T316_TIMEOUT_MS_DEFAULT     10000   /* 10 sec */<br></div><div><br></div><div>2. Increase attempts to 30.</div><div>#define T316_ATTEMPT_LIMIT_DEFAULT  3</div><div><br></div>

<div>change this to</div><div><br></div><div><div>#define T316_ATTEMPT_LIMIT_DEFAULT  30</div><div><br></div></div><div>3. Increase maximum limit as according to default(set more than that of default)</div><div>#define T316_ATTEMPT_LIMIT_MAX      10</div>

<div><br></div><div>change this to</div><div><div><br></div><div>#define T316_ATTEMPT_LIMIT_MAX      35</div><div><br></div><div>Thanks &amp; Regards,<br>-<br>Akash Deep Verma</div><div><a href="http://in.linkedin.com/in/akashdeep1" target="_blank">http://in.linkedin.com/in/akashdeep1</a></div>

</div></div>
<br><br><div class="gmail_quote">On Tue, Apr 16, 2013 at 4:13 PM,  <span dir="ltr">&lt;<a href="mailto:freeswitch-users-request@lists.freeswitch.org" target="_blank">freeswitch-users-request@lists.freeswitch.org</a>&gt;</span> wrote:<br>

<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">Send FreeSWITCH-users mailing list submissions to<br>
        <a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
or, via email, send a message with subject or body &#39;help&#39; to<br>
        <a href="mailto:freeswitch-users-request@lists.freeswitch.org">freeswitch-users-request@lists.freeswitch.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:freeswitch-users-owner@lists.freeswitch.org">freeswitch-users-owner@lists.freeswitch.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of FreeSWITCH-users digest...&quot;<br>
<br>Today&#39;s Topics:<br>
<br>
   1. Re: PRI channels suspended (Ashish gautam)<br>
   2. Re: IVR, bridge, ring back problem (Paul Cupis)<br>
   3. Re: Newbie question about inbound calls/NAT (yes I checked<br>
      wiki first:-) ) (Cal Leeming [Simplicity Media Ltd])<br>
<br><br>---------- Forwarded message ----------<br>From: Ashish gautam &lt;<a href="mailto:ashish@nms.co.in">ashish@nms.co.in</a>&gt;<br>To: FreeSWITCH Users Help &lt;<a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a>&gt;<br>

Cc: <br>Date: Tue, 16 Apr 2013 14:46:58 +0530<br>Subject: Re: [Freeswitch-users] PRI channels suspended<br><div style="color:rgb(34,34,34);font-size:12.727272033691406px;font-family:arial,sans-serif">2013-04-16 14:41:04.214291 [ERR] ftmod_libpri.c:1950 [s1c30][1:30] -- T316 timed out, channel reached restart attempt limit &#39;3&#39; and is suspended</div>


<div style="color:rgb(34,34,34);font-size:12.727272033691406px;font-family:arial,sans-serif"><br></div><div style="color:rgb(34,34,34);font-size:12.727272033691406px;font-family:arial,sans-serif">
This is what happening on restarting/starting the FS for all the channels(this is only for channel number 30).</div><div style="color:rgb(34,34,34);font-size:12.727272033691406px;font-family:arial,sans-serif">
<br></div><div style="color:rgb(34,34,34);font-size:12.727272033691406px;font-family:arial,sans-serif">How to resolve it? Please help.</div><div style="color:rgb(34,34,34);font-size:12.727272033691406px;font-family:arial,sans-serif">


<br></div><div style="color:rgb(34,34,34);font-size:12.727272033691406px;font-family:arial,sans-serif">--</div><div style="color:rgb(34,34,34);font-size:12.727272033691406px;font-family:arial,sans-serif">
Regards.</div><br><div class="gmail_quote">On Tue, Apr 16, 2013 at 2:46 PM, Ashish gautam <span dir="ltr">&lt;<a href="mailto:ashish@nms.co.in" target="_blank">ashish@nms.co.in</a>&gt;</span> wrote:<br><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">


Sorry Michael mistakenly sent to you personally again. Sending to the list once more.<div><div><br><br><div class="gmail_quote">On Tue, Apr 16, 2013 at 2:45 PM, Ashish gautam <span dir="ltr">&lt;<a href="mailto:ashish@nms.co.in" target="_blank">ashish@nms.co.in</a>&gt;</span> wrote:<br>



<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"><div>2013-04-16 14:41:04.214291 [ERR] ftmod_libpri.c:1950 [s1c30][1:30] -- T316 timed out, channel reached restart attempt limit &#39;3&#39; and is suspended</div>



<div><br></div><div>This is what happening on restarting/starting the FS for all the channels(this is only for channel number 30).</div>
<div><br></div><div>How to resolve it? Please help.</div><div><br></div><div>--</div><div>Regards.</div><div><div><br><div class="gmail_quote">On Mon, Apr 15, 2013 at 9:51 PM, Michael Collins <span dir="ltr">&lt;<a href="mailto:msc@freeswitch.org" target="_blank">msc@freeswitch.org</a>&gt;</span> wrote:<br>




<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">Please only send this to the list, otherwise it is nearly impossible for me to reply in such a way that everyone on the list can join the conversation.<br>




-MC<div><div><br><br><div class="gmail_quote">On Sun, Apr 14, 2013 at 11:29 PM, Ashish gautam <span dir="ltr">&lt;<a href="mailto:ashish@nms.co.in" target="_blank">ashish@nms.co.in</a>&gt;</span> wrote:<br>

<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">Hi,<div><br></div><div>I am having another problem over here. When I run &quot;ftdm dump 1 5&quot; from fs_cli I get my channel status as SUSPENDED. This happens for channel number 5 to 30. Also when I try to make outgoing calls more than 4 in number, four calls originate properly whereas for the rest it shows NORMAL_CIRCUIT_CONGESTION. Here is the output:</div>






<div><br></div><div><div>span_id: 1</div><div>chan_id: 5</div><div>physical_span_id: 1</div><div>physical_chan_id: 5</div><div>physical_status: ok</div><div>physical_status_red: 0</div><div>physical_status_yellow: 0</div>






<div>physical_status_rai: 0</div><div>physical_status_blue: 0</div><div>physical_status_ais: 0</div><div>physical_status_general: 0</div><div>signaling_status: UP</div><div>type: B</div><div>state: SUSPENDED</div><div>last_state: RESTART</div>






<div>txgain: 0.00</div><div>rxgain: 0.00</div><div>cid_date:</div><div>cid_name:</div><div>cid_num:</div><div>ani:</div><div>aniII:</div><div>dnis:</div><div>rdnis:</div><div>cause: NORMAL_UNSPECIFIED</div><div>session: (none)</div>






<div><br></div><div>-- States --                   -- Function --                 -- Location --                 -- Time Offset --</div><div>DOWN  =&gt; RESTART               [on_dchan_up]                  [ftmod_libpri.c:2372]          0ms</div>






<div>RESTART =&gt; SUSPENDED           [on_timeout_t316]              [ftmod_libpri.c:1952]          120008ms</div><div><br></div><div>Time since last state change: 324790932ms</div></div><div><br></div><div>Please help me getting out of this.</div>






<div><br></div><div>Thanks.</div><span><font color="#888888"><div><br></div><div>--Ashish</div>
</font></span></blockquote></div><br><br clear="all"><br></div></div><span><font color="#888888">-- <br>Michael S Collins<br>Twitter: @mercutioviz<br><a href="http://www.FreeSWITCH.org" target="_blank">http://www.FreeSWITCH.org</a><br>




<a href="http://www.ClueCon.com" target="_blank">http://www.ClueCon.com</a><br>
<a href="http://www.OSTAG.org" target="_blank">http://www.OSTAG.org</a><br><br>
</font></span></blockquote></div><br>
</div></div></blockquote></div><br>
</div></div></blockquote></div><br>
<br><br>---------- Forwarded message ----------<br>From: Paul Cupis &lt;<a href="mailto:paul@cupis.co.uk">paul@cupis.co.uk</a>&gt;<br>To: FreeSWITCH Users Help &lt;<a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a>&gt;<br>

Cc: <br>Date: Tue, 16 Apr 2013 10:54:32 +0100<br>Subject: Re: [Freeswitch-users] IVR, bridge, ring back problem<br>On Sat, Apr 13, 2013 at 07:12:58AM +0200, Andrzej wrote:<br>
&gt; I&#39;ll check on Monday.<br>
&gt; but:<br>
&gt; 1. Is this normal behavior IVR?<br>
<br>
This is normal behavior, yes - the call has already been answered, so the<br>
caller is not going to be sent 180 Ringing or 183 Early media in order to<br>
hear ringing during the bridge - you need to provide audio to fill the<br>
silence.<br>
<br>
&gt; 2. How it should be written:<br>
<br>
a. with a space, not a colon.<br>
<br>
Regards,<br>
<br>
<br>
<br>
<br><br>---------- Forwarded message ----------<br>From: &quot;Cal Leeming [Simplicity Media Ltd]&quot; &lt;<a href="mailto:cal.leeming@simplicitymedialtd.co.uk">cal.leeming@simplicitymedialtd.co.uk</a>&gt;<br>To: FreeSWITCH Users Help &lt;<a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a>&gt;<br>

Cc: <br>Date: Tue, 16 Apr 2013 11:43:15 +0100<br>Subject: Re: [Freeswitch-users] Newbie question about inbound calls/NAT (yes I checked wiki first:-) )<br><div>Glad to hear you got it sorted, and thank you for posting back your finding - hopefully this will help others in the future!</div>

<div><br></div><div>Cal<br><br><div class="gmail_quote">On Tue, Apr 16, 2013 at 9:29 AM, Jeff Bernhardt <span dir="ltr">&lt;<a href="mailto:jeff@askcornerstone.net" target="_blank">jeff@askcornerstone.net</a>&gt;</span> wrote:<br>


<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">




<div>
<div style="direction:ltr;font-size:10pt;font-family:&#39;Times New Roman&#39;">
You know, I actually just figured it out myself just a couple hours ago.... but I&#39;m gonna give your method a shot too since I haven&#39;t played with ACLs yet and that would give me a chance to.
<div><br>
</div>
<div>I discovered that the problem was actually how I&#39;d setup Vitelity to route to the server. I didn&#39;t realize this before, but in Vitelity, you can either route to the server IP address to allow IP based authentication OR you can route to the account login
 name that the trunk is being registered with. The former was giving errors since I didn&#39;t have that account setup, whereas the latter worked with no problem. I&#39;m guessing this is because with the IP based auth method, Vitelity connects to port 5060 (can&#39;t
 change this), which is taken as Freeswitch&#39;s default internal profile port (requires authentication) instead of port 5080 (the public profile with doesn&#39;t require authentication?), and since there was no internal user for what Vitelity was sending essentially
 unsolicited on 5060, it got denied. As to why it works by routing to the registered account login name I&#39;m not sure, but perhaps that&#39;s part of what registration does; it sends to the public profile by default...? </div>



<div><br>
</div>
<div>Anyway, thanks for all the help! Great to see such an active and helpful list with something I&#39;ll need a lot of help with!</div>
<div><br>
<div style="font-size:16px;font-family:&#39;Times New Roman&#39;">
<hr>
<div style="direction:ltr"><font face="Tahoma" color="#000000"><b>From:</b> <a href="mailto:freeswitch-users-bounces@lists.freeswitch.org" target="_blank">freeswitch-users-bounces@lists.freeswitch.org</a> [<a href="mailto:freeswitch-users-bounces@lists.freeswitch.org" target="_blank">freeswitch-users-bounces@lists.freeswitch.org</a>] on behalf of Michael Collins [<a href="mailto:msc@freeswitch.org" target="_blank">msc@freeswitch.org</a>]<br>



<b>Sent:</b> Monday, April 15, 2013 7:15 PM<div><div><br>
<b>To:</b> FreeSWITCH Users Help<br>
<b>Subject:</b> Re: [Freeswitch-users] Newbie question about inbound calls/NAT (yes I checked wiki first:-) )<br>
</div></div></font><br>
</div><div><div>
<div></div>
<div>For inbound calls you can skip the authentication by adding the source IP address to the &quot;domains&quot; section of conf/autoload_configs/acl.conf.xml. This will prevent FreeSWITCH from challenging the inbound call if it comes from that IP address. This is more
 desirable than disabling call authentication altogether in your SIP profile. (i.e. you are allowing only a specific IP address to come in unauth&#39;d as opposed to letting the whole world in!)<br>
<br>
Find out the source IP address for your Vitelity SIP traffic and add it to the acl.conf.xml file in the &quot;domains&quot; section. It will be something like this:<br>
<br>
&lt;node type=&quot;allow&quot; cidr=&quot;<a href="http://1.2.3.4/32" target="_blank">1.2.3.4/32</a>&quot;/&gt;<br>
<br>
After you save that go to fs_cli and type &quot;reloadacl&quot;. NOTE: simply doing a &quot;reloadxml&quot; is not sufficient to make the new ACL entry take effect. (&quot;reloadxml&quot; simply reloads the XML config; &quot;reloadacl&quot; does a reloadxml and then reloads the ACL entries.)<br>



<br>
Hope this helps.<br>
-MC<br>
<br>
<div class="gmail_quote">On Mon, Apr 15, 2013 at 12:30 AM, Jeff Bernhardt <span dir="ltr">
&lt;<a href="mailto:jeff@askcornerstone.net" target="_blank">jeff@askcornerstone.net</a>&gt;</span> wrote:<br>
<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">
<div>
<div style="direction:ltr;font-size:10pt;font-family:&#39;Times New Roman&#39;">Thanks. I had a look at the links and changed &quot;domain and even &quot;domain_name&quot; in vars.xml to be the external ip, but the error now just says  it can&#39;s find user
<a href="mailto:abcd_1.2.3.4@1.2.3.4" target="_blank">abcd_1.2.3.4@1.2.3.4</a> instead of @<a href="http://192.168.10.32" target="_blank">192.168.10.32</a>.
<div><br>
</div>
<div>And actually, I &#39;m mostly confused because I thought incoming calls were treated as unauthenticated and allowed to pass through. Isn&#39;t registering the trunk with the SIP provider enough to get incoming calls accepted? </div>



<div><br>
</div>
<div>The errors says &quot;...you must configure your device to use the proper domain in it&#39;s authentication credentials,&quot; but how is the SIP trunk treated as a device?</div>
<div><br>
</div>
<div>Like I said, I think I&#39;m misunderstanding something fundamental about this.</div>
<div><br>
</div>
<div>Thanks you.</div>
<div><br>
<div style="font-size:16px;font-family:&#39;Times New Roman&#39;">
<hr>
<div style="direction:ltr"><font color="#000000" face="Tahoma"><b>From:</b> <a href="mailto:freeswitch-users-bounces@lists.freeswitch.org" target="_blank">
freeswitch-users-bounces@lists.freeswitch.org</a> [<a href="mailto:freeswitch-users-bounces@lists.freeswitch.org" target="_blank">freeswitch-users-bounces@lists.freeswitch.org</a>] on behalf of Cal Leeming [Simplicity Media Ltd] [<a href="mailto:cal.leeming@simplicitymedialtd.co.uk" target="_blank">cal.leeming@simplicitymedialtd.co.uk</a>]<br>



<b>Sent:</b> Sunday, April 14, 2013 3:38 PM<br>
<b>To:</b> FreeSWITCH Users Help<br>
<b>Subject:</b> Re: [Freeswitch-users] Newbie question about inbound calls/NAT (yes I checked wiki first:-) )<br>
</font><br>
</div>
<div>
<div>
<div></div>
<div>Hello Jeff,
<div><br>
</div>
<div>Here is a related thread;</div>
<div><a href="http://freeswitch-users.2379917.n2.nabble.com/You-must-define-a-domain-called-xx-com-in-your-directory-td7585944.html" target="_blank">http://freeswitch-users.2379917.n2.nabble.com/You-must-define-a-domain-called-xx-com-in-your-directory-td7585944.html</a></div>



<div><a href="http://lists.freeswitch.org/pipermail/freeswitch-users/2008-September/006232.html" target="_blank">http://lists.freeswitch.org/pipermail/freeswitch-users/2008-September/006232.html</a></div>
<div><br>
</div>
<div>You need to configure your domain and username, but as you can see here your gateway/users are sending the domain &#39;192.168.10.32&#39;, but you have not configured this domain in sofia.conf.</div>
<div><br>
</div>
<div>If you are using multi-tenant then you&#39;ll need to put some more thought into how you&#39;re going to approach this.</div>
<div><br>
</div>
<div>If you are not using multi-tenant (i.e. one domain only) then you could force the domain as discussed here;</div>
<div><a href="http://www.feedingedge.co.uk/blog/2010/08/03/techie-post-opensim-and-freeswitch-problems/" target="_blank">http://www.feedingedge.co.uk/blog/2010/08/03/techie-post-opensim-and-freeswitch-problems/</a></div>



<div><br>
</div>
<div>Hope this helps</div>
<div><br>
</div>
<div>Cal</div>
<div><br>
<div class="gmail_quote">On Sun, Apr 14, 2013 at 10:36 AM, Jeff Bernhardt <span dir="ltr">
&lt;<a href="mailto:jeff@askcornerstone.net" target="_blank">jeff@askcornerstone.net</a>&gt;</span> wrote:<br>
<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">
<div>
<div style="direction:ltr;font-size:10pt;font-family:&#39;Times New Roman&#39;">Setting up my first test box with Freeswitch. I&#39;m really excited about getting it up and running.
<div><br>
</div>
<div>I&#39;m trying to get inbound calls working from external using a Vitelity trunk. Let&#39;s say my username from Vitelity is &quot;abcd_efg&quot; and password is &quot;password,&quot; external IP is 1.2.3.4 and internal is 192.168.10.32. I get registered to Vitelity fine  (their
 web panel shows I&#39;m registered and fs_cli confirms). However, when I make a call inbound, I get:
<div><br>
</div>
<div>[WARNING] sofia_reg.c:2621 Can&#39;t find user [<a href="mailto:abcd_1.2.3.4@192.168.10.32" target="_blank">abcd_1.2.3.4@192.168.10.32</a>] from &lt;vitelity-inbound-trunk-ip&gt;</div>
<div>You must define a domain called &#39;192.168.10.32&#39; in your directory and add a user with the id=&quot;abcd_1.2.3.4&quot; attribute</div>
<div><span style="font-size:10pt">and you must configure your device to use the proper domain in it&#39;s authentication credentials.</span> </div>
<div><br>
</div>
<div>I don&#39;t know if this is related, but to get around NAT, I have this in vars.xml:</div>
<div>&lt;X-PRE-PROCESS cmd=&quot;set&quot; data=&quot;external_rtp_ip=1.2.3.4&quot;/&gt;</div>
<div>&lt;X-PRE-PROCESS cmd=&quot;set&quot; data=&quot;external_sip_ip=1.2.3.4&quot;/&gt;</div>
<div><br>
</div>
<div>and this in both internal.xml and external.xml:</div>
<div>
<div>&lt;param name=&quot;ext-rtp-ip&quot; value=&quot;$${external_rtp_ip}&quot;/&gt;</div>
<div>&lt;param name=&quot;ext-sip-ip&quot; value=&quot;$${external_sip_ip}&quot;/&gt;</div>
</div>
<div><br>
</div>
<div><span style="font-size:10pt">I have a feeling I&#39;ve misunderstood something fundamental about setting up Freeswitch for inbound access. I&#39;ve put in the above configs as per what I&#39;ve found in the wiki, but I&#39;m not sure how to do what the warning says or
 if it really means I have something not setup right. What am I doing wrong?</span></div>
<div><span style="font-size:10pt"><br>
</span></div>
<div><span style="font-size:10pt">Thank you.</span></div>
</div>
</div>
</div>
<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org" target="_blank">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" target="_blank">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>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org" target="_blank">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" target="_blank">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>
<br clear="all">
<br>
-- <br>
Michael S Collins<br>
Twitter: @mercutioviz<br>
<a href="http://www.FreeSWITCH.org" target="_blank">http://www.FreeSWITCH.org</a><br>
<a href="http://www.ClueCon.com" target="_blank">http://www.ClueCon.com</a><br>
<a href="http://www.OSTAG.org" target="_blank">http://www.OSTAG.org</a><br>
<br>
</div>
</div></div></div>
</div>
</div>
</div>

<br>_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org" target="_blank">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" target="_blank">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>
<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></div>