<div dir="ltr">It doesn&#39;t call all of the agents it only calls the same number of agents as the number of calls its servicing.<div>You would need more callers in the fifo than you have agents to call them all.</div><div>
<br></div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Jul 22, 2013 at 8:39 PM, Cal Leeming [Simplicity Media Ltd] <span dir="ltr">&lt;<a href="mailto:cal.leeming@simplicitymedialtd.co.uk" target="_blank">cal.leeming@simplicitymedialtd.co.uk</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Eric,<div><br></div><div>I&#39;ve just had a read of your original post, as it&#39;s quite a lengthy post it requires someone to spend a chunk of time analysing the information given and attempting to reproduce locally - which is probably why it has not had any bites.</div>

<div><br></div><div><div>First, you need to include full debug logs, and possibly even siptrace [2], without this it will be very difficult for us to see what is going on.</div></div><div><br></div><div><div>In a summary, here&#39;s the facts so far;</div>

<div><br></div><div>* modfifo is not calling all members</div><div>* 10 yealink phones, 1 snom phone, each with 3 registered extensions</div><div>* all extensions are showing as registered in `sofia status profile internal reg`</div>

<div>* modfifo only creates calls to 23 of the 33 extensions available</div><div>* you are running latest stable FS 1.2.10</div><div><br></div><div>The only possibly related threads I could find were;</div><div><br></div>

<div><a href="http://freeswitch-users.2379917.n2.nabble.com/mod-fifo-agent-not-ringing-td7232907.html" target="_blank">http://freeswitch-users.2379917.n2.nabble.com/mod-fifo-agent-not-ringing-td7232907.html</a></div><div>
<a href="http://freeswitch-dev.4355.x6.nabble.com/Freeswitch-dev-mod-fifo-td5001906.html" target="_blank">http://freeswitch-dev.4355.x6.nabble.com/Freeswitch-dev-mod-fifo-td5001906.html</a></div>
<div><a href="http://lists.freeswitch.org/pipermail/freeswitch-users/2013-April/094745.html" target="_blank">http://lists.freeswitch.org/pipermail/freeswitch-users/2013-April/094745.html</a></div></div><div><br></div><div>
Your best option right now is to create a JIRA ticket [1], and wait for a core dev to take a look. I would also advise spending a few minutes re-writing your ticket description, and making it as easy as possible for others to understand/read (it&#39;s taken me 5 minutes just to do this summary!). Make sure you get the full debug logs pastebin&#39;d first before creating the JIRA ticket.</div>

<div><br></div><div>Please also remember that this is will probably take up a fair chunk of a developers time to look at, so be sure to give some reassurances in the ticket that you&#39;ve done your homework first and that you&#39;ll be able to contribute further testing if a dev comes back with an answer for you.</div>

<div><br></div><div>Hope this helps</div><div><br></div><div>Cal</div><div><br></div><div>[1] <a href="http://wiki.freeswitch.org/wiki/Reporting_Bugs" target="_blank">http://wiki.freeswitch.org/wiki/Reporting_Bugs</a></div>
<div>[2] <a href="https://wiki.freeswitch.org/wiki/Sofia-SIP#Debugging_Sofia-SIP" target="_blank">https://wiki.freeswitch.org/wiki/Sofia-SIP#Debugging_Sofia-SIP</a><div><div class="h5"><br>
<br><div class="gmail_quote">On Mon, Jul 22, 2013 at 9:51 PM,  <span dir="ltr">&lt;<a href="mailto:efern75@hushmail.com" target="_blank">efern75@hushmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hi,<br>
<br>
I&#39;m still having this issue and haven&#39;t seen any feedback.<br>
<br>
I&#39;m in a pickle on this; as if I don&#39;t get some guidance on this, I will need to evaluate another way of doing this like modcallcenter (at least it has callcenter.db to poll) or a ring group which works just fine (tested) but then I loose control via already made scripts that look at fifo.db structure that I have in place for a frontend/backend.<br>


<br>
Has any one had more then 22+ on-hook agents work with a single FIFO queue??<br>
<br>
thanks<br>
eric<br>
<div><br>
On 7/13/2013 at 12:54 AM, <a href="mailto:efern75@hushmail.com" target="_blank">efern75@hushmail.com</a> wrote:<br>
&gt;<br>
&gt;Good evening,<br>
&gt;<br>
</div><div><div>&gt;I&#39;m still having this issue but I&#39;m finding something interesting.<br>
&gt;<br>
&gt;<br>
&gt;Is there a limit of how much can be buffered in the SELECT query<br>
&gt;for:<br>
&gt;<br>
&gt;sql = switch_mprintf(&quot;select uuid, fifo_name, originate_string,<br>
&gt;simo_count, use_count, timeout, lag, &quot;<br>
&gt;                                                &quot;next_avail, expires, static, outbound_call_count,<br>
&gt;outbound_fail_count, hostname &quot;<br>
&gt;                                                &quot;from fifo_outbound &quot;<br>
&gt;                                                &quot;where taking_calls = 1 and (fifo_name = &#39;%q&#39;) and<br>
&gt;((use_count+ring_count) &lt; simo_count) and next_avail = 0 &quot;<br>
&gt;                                                &quot;order by next_avail, outbound_fail_count,<br>
&gt;outbound_call_count&quot;,<br>
&gt;                                                node-&gt;name, (long) switch_epoch_time_now(NULL)<br>
&gt;                                                );<br>
&gt;<br>
&gt;?? sorry; i can&#39;t read the entire mod_fifo.c<br>
&gt;<br>
&gt;The reason I ask is because it stops considering any of the users<br>
&gt;after user 123 (see below).<br>
&gt;<br>
&gt;I&#39;m doing the same query with sqlite3 that mod_fifo.c is doing<br>
&gt;below:<br>
&gt;<br>
&gt;sqlite&gt; select uuid, fifo_name, originate_string, simo_count,<br>
&gt;use_count, timeout, lag, next_avail, expires, static,<br>
&gt;outbound_call_count, outbound_fail_count, hostname from<br>
&gt;fifo_outbound where taking_calls = 1 and (fifo_name = &#39;FIFO0&#39;) and<br>
&gt;((use_count+ring_count) &lt; simo_count) and next_avail = 0 order by<br>
&gt;next_avail, outbound_fail_count, outbound_call_count;<br>
&gt;c4df077a83dbc7240e35d226a921a07b|FIFO0|{fifo_member_wait=nowait}use<br>
&gt;r/206|1|0|60|5|0|0|0|0|0|azteccs0<br>
&gt;3f20615f348c56d10845390933567b34|FIFO0|{fifo_member_wait=nowait}use<br>
&gt;r/306|1|0|60|5|0|0|0|0|0|azteccs0<br>
&gt;8b3efbd08e60c8beb0f95f0b06684863|FIFO0|{fifo_member_wait=nowait}use<br>
&gt;r/106|1|0|60|5|0|0|0|0|0|azteccs0<br>
&gt;6fd458f96aff1e0ba86ec7c386a97770|FIFO0|{fifo_member_wait=nowait}use<br>
&gt;r/117|1|0|60|5|0|0|0|0|0|azteccs0<br>
&gt;453c563cec9f997619475788740198fa|FIFO0|{fifo_member_wait=nowait}use<br>
&gt;r/208|1|0|60|5|0|0|0|0|0|azteccs0<br>
&gt;02a53b427f1df62012e2d76801be9e7e|FIFO0|{fifo_member_wait=nowait}use<br>
&gt;r/105|1|0|60|5|0|0|0|0|0|azteccs0<br>
&gt;9c2e5c39a54e543afb3f179ba92db164|FIFO0|{fifo_member_wait=nowait}use<br>
&gt;r/102|1|0|60|5|0|0|0|0|0|azteccs0<br>
&gt;62c48960841a9a5751ff61607bc3258d|FIFO0|{fifo_member_wait=nowait}use<br>
&gt;r/223|1|0|60|5|0|0|0|0|0|azteccs0<br>
&gt;f3af9c939e4716db3cf715be17bdfc8a|FIFO0|{fifo_member_wait=nowait}use<br>
&gt;r/323|1|0|60|5|0|0|0|0|0|azteccs0<br>
&gt;aba20f3f6fbf4340cdfa3b42d54ad5f4|FIFO0|{fifo_member_wait=nowait}use<br>
&gt;r/222|1|0|60|5|0|0|0|0|0|azteccs0<br>
&gt;14b949e2014d6700e23da6a147aed75d|FIFO0|{fifo_member_wait=nowait}use<br>
&gt;r/322|1|0|60|5|0|0|0|0|0|azteccs0<br>
&gt;7dcde9b3f5fab6b206b141bf118deec8|FIFO0|{fifo_member_wait=nowait}use<br>
&gt;r/103|1|0|60|5|0|0|0|0|0|azteccs0<br>
&gt;3ca246ce6d89e8dd3a0a76f81bf190f0|FIFO0|{fifo_member_wait=nowait}use<br>
&gt;r/303|1|0|60|5|0|0|0|0|0|azteccs0<br>
&gt;bd464c8385906b75a9be87aa945c3c7c|FIFO0|{fifo_member_wait=nowait}use<br>
&gt;r/307|1|0|60|5|0|0|0|0|0|azteccs0<br>
&gt;8fdf2c5190c2ba6d45bd489a5e7079be|FIFO0|{fifo_member_wait=nowait}use<br>
&gt;r/305|1|0|60|5|0|0|0|0|0|azteccs0<br>
&gt;35e01257fa06d901067eb525a3e96de0|FIFO0|{fifo_member_wait=nowait}use<br>
&gt;r/122|1|0|60|5|0|0|0|0|0|azteccs0<br>
&gt;d0a37e21bdc70d27eac021c23c3cfd8e|FIFO0|{fifo_member_wait=nowait}use<br>
&gt;r/301|1|0|60|5|0|0|0|0|0|azteccs0<br>
&gt;ba841fbe312902c3f50e1874e9b36088|FIFO0|{fifo_member_wait=nowait}use<br>
&gt;r/317|1|0|60|5|0|0|0|0|0|azteccs0<br>
&gt;b26148c5030d7e1ae1721862b614efc7|FIFO0|{fifo_member_wait=nowait}use<br>
&gt;r/204|1|0|60|5|0|0|0|0|0|azteccs0<br>
&gt;e7366e6a49fff2ad8b24d8111b31be25|FIFO0|{fifo_member_wait=nowait}use<br>
&gt;r/203|1|0|60|5|0|0|0|0|0|azteccs0<br>
&gt;6cfd3eb1a139f176b62b1bc3487d0250|FIFO0|{fifo_member_wait=nowait}use<br>
&gt;r/201|1|0|60|5|0|0|0|0|0|azteccs0<br>
&gt;a50c31f0c9a9affb503a95c61caddd2f|FIFO0|{fifo_member_wait=nowait}use<br>
&gt;r/101|1|0|60|5|0|0|0|0|0|azteccs0<br>
&gt;dc4300b07b236798e263e0e17a1f7415|FIFO0|{fifo_member_wait=nowait}use<br>
&gt;r/107|1|0|60|5|0|0|0|0|0|azteccs0<br>
&gt;0c2da403f7ea9b18437a406bd330c228|FIFO0|{fifo_member_wait=nowait}use<br>
&gt;r/308|1|0|60|5|0|0|0|0|0|azteccs0<br>
&gt;0e1c1c614d7edab2a8bd8a3d45a13bb5|FIFO0|{fifo_member_wait=nowait}use<br>
&gt;r/123|1|0|60|5|0|0|0|0|0|azteccs0<br>
&gt;&lt;stops here&gt;<br>
&gt;23ae3cac192762e7865d2664f5b443fd|FIFO0|{fifo_member_wait=nowait}use<br>
&gt;r/207|1|0|60|5|0|0|0|0|0|azteccs0<br>
&gt;c19ecc881d453ea2a86102a0c88befff|FIFO0|{fifo_member_wait=nowait}use<br>
&gt;r/217|1|0|60|5|0|0|0|0|0|azteccs0<br>
&gt;98f3fddb71bb7e40959e673a7bf09c84|FIFO0|{fifo_member_wait=nowait}use<br>
&gt;r/205|1|0|60|5|0|0|0|0|0|azteccs0<br>
&gt;94ce1eb80eb8f227bb41121ad91a3a09|FIFO0|{fifo_member_wait=nowait}use<br>
&gt;r/202|1|0|60|5|0|0|0|0|0|azteccs0<br>
&gt;f59c85e03798fe42633de6090d39fa83|FIFO0|{fifo_member_wait=nowait}use<br>
&gt;r/302|1|0|60|5|0|0|0|0|0|azteccs0<br>
&gt;34558f49c8bbaa6fbe6567415a61f395|FIFO0|{fifo_member_wait=nowait}use<br>
&gt;r/104|1|0|60|5|0|0|0|0|0|azteccs0<br>
&gt;7c72f271662e77d21ed8699e997c2184|FIFO0|{fifo_member_wait=nowait}use<br>
&gt;r/304|1|0|60|5|0|0|0|0|0|azteccs0<br>
&gt;4e94acfe974e6667f9f1ef72f83553f0|FIFO0|{fifo_member_wait=nowait}use<br>
&gt;r/108|1|0|60|5|0|0|0|0|0|azteccs0<br>
&gt;<br>
&gt;None of the users after &quot;&lt;stops here&gt;&quot; are called; nothing shows<br>
&gt;up in debug for these users as well (like user not registered;<br>
&gt;etc).<br>
&gt;<br>
&gt;Thanks!!!<br>
&gt;eric<br>
&gt;<br>
&gt;On 7/8/2013 at 6:06 PM, <a href="mailto:efern75@hushmail.com" target="_blank">efern75@hushmail.com</a> wrote:<br>
&gt;&gt;<br>
&gt;&gt;Good evening,<br>
&gt;&gt;<br>
&gt;&gt;I still have this issue, can anyone help?<br>
&gt;&gt;<br>
&gt;&gt;thanks<br>
&gt;&gt;eric<br>
&gt;&gt;<br>
&gt;&gt;----- Forwarded message from <a href="mailto:efern75@hushmail.com" target="_blank">efern75@hushmail.com</a> -----<br>
&gt;&gt;Date: Sun, 30 Jun 2013 04:13:51 +0000<br>
&gt;&gt;Subject: modfifo not calling all registered members<br>
&gt;&gt;To: <a href="mailto:freeswitch-users@lists.freeswitch.org" target="_blank">freeswitch-users@lists.freeswitch.org</a><br>
&gt;&gt;<br>
&gt;&gt;Good evening all,<br>
&gt;&gt;<br>
&gt;&gt;Have an issue with modfifo not calling all members.  This has<br>
&gt;been<br>
&gt;&gt;happening for a while but can&#39;t find out why.<br>
&gt;&gt;<br>
&gt;&gt;I have 10 yealink phones/1 snom phone that have each 3 individual<br>
&gt;&gt;registered extension.  (one phone has ext: 101,201,301,  the next<br>
&gt;&gt;phone has 102,202,302, etc).  I have all 33 extensions registered<br>
&gt;&gt;according to &quot;sofia status profile internal reg&quot;.  I add each<br>
&gt;&gt;extension to fifo via a script that just runs:<br>
&gt;&gt;    fifo_member add FIFO0 {fifo_member_wait=nowait}user/EXTENSION<br>
&gt;&gt;<br>
&gt;&gt;Below is the pastebin of &quot;fifo list&quot; after loading the above<br>
&gt;&gt;command against all registered phones (33 extensions,11 phones)<br>
&gt;&gt;<a href="http://pastebin.com/diNU6hbm" target="_blank">http://pastebin.com/diNU6hbm</a><br>
&gt;&gt;<br>
&gt;&gt;This is how the fifo.conf.xml file looks like (default):<br>
&gt;&gt;&lt;configuration name=&quot;fifo.conf&quot; description=&quot;FIFO Configuration&quot;&gt;<br>
&gt;&gt;  &lt;settings&gt;<br>
&gt;&gt;    &lt;param name=&quot;delete-all-outbound-member-on-startup&quot;<br>
&gt;&gt;value=&quot;false&quot;/&gt;<br>
&gt;&gt;  &lt;/settings&gt;<br>
&gt;&gt;&lt;fifos&gt;<br>
&gt;&gt;  &lt;/fifos&gt;<br>
&gt;&gt;&lt;/configuration&gt;<br>
&gt;&gt;<br>
&gt;&gt;When a call comes in and is sent to the FIFO queue via:<br>
&gt;&gt;&lt;action application=&quot;fifo&quot; data=&quot;FIFO0 in&quot;/&gt;<br>
&gt;&gt;<br>
&gt;&gt;Only 23 channels/call setups are made to the possible 33<br>
&gt;&gt;extensions that are in fifo list.  below is the show channels of<br>
&gt;&gt;this setup:<br>
&gt;&gt;<a href="http://pastebin.com/s7TvxGMa" target="_blank">http://pastebin.com/s7TvxGMa</a><br>
&gt;&gt;<br>
&gt;&gt;Here is a list of the 10 non called extension:<br>
&gt;&gt;102,305,205,123,308,201,101,206,306,222<br>
&gt;&gt;<br>
&gt;&gt;After hanging up, this is the &quot;fifo list&quot; dump for reference:<br>
&gt;&gt;<a href="http://pastebin.com/9JgD49fL" target="_blank">http://pastebin.com/9JgD49fL</a><br>
&gt;&gt;<br>
&gt;&gt;I have ran &quot;fifo debug 7&quot; and /debug 7 at the console and did<br>
&gt;some<br>
&gt;&gt;test calls and nowhere does it light up with the extensions that<br>
&gt;&gt;are missing for the fifo call setup =\<br>
&gt;&gt;<br>
&gt;&gt;I have also for example ran ngrep against a phone that only has<br>
&gt;&gt;two out of three INVITES sent (based on show channels) and can<br>
&gt;&gt;verify that only 2 INVITES are being sent. (just wanted to make<br>
&gt;&gt;sure that the phone wasn&#39;t rejecting the invite on the missing<br>
&gt;&gt;show channels extension due not not being very fast at seeing it<br>
&gt;&gt;happen).<br>
&gt;&gt;<br>
&gt;&gt;I am running:<br>
&gt;&gt;  OS: Debian 6.0.7  (x64)<br>
&gt;&gt;  FS: 1.2 latest git (1.2.10+git~20130628T192118Z~929f52b15c)<br>
&gt;&gt;<br>
&gt;&gt;Also, i have shutdown freeswitch, deleted the entire<br>
&gt;&gt;/usr/local/freeswitch/db/ directory content; started freeswitch,<br>
&gt;&gt;waited for all extensions to fill in eventually, and ran the<br>
&gt;&gt;fifo_member add command and can still duplicate this issue =\<br>
&gt;&gt;<br>
&gt;&gt;Thank you for your assistance on this!!!!<br>
&gt;&gt;<br>
&gt;&gt;Eric<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;__________________________________________________________________<br>
&gt;_<br>
&gt;&gt;______<br>
&gt;&gt;Professional FreeSWITCH Consulting Services:<br>
&gt;&gt;<a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br>
&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" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
&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" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch</a><br>
&gt;-<br>
&gt;&gt;users<br>
&gt;&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>
&gt;<a href="mailto:consulting@freeswitch.org" target="_blank">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" target="_blank">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-" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-</a><br>
&gt;users<br>
&gt;<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br>
<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>
</div></div></blockquote></div><br></div></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><br clear="all"><div><br></div>-- <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
</div>