<div dir="ltr">That could be. Change it to 100 and recompile and test it.<div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Jul 23, 2013 at 8:18 PM, <span dir="ltr"><<a href="mailto:efern75@hushmail.com" target="_blank">efern75@hushmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Good afternoon Anthony,<br>
<br>
Thank you for reviewing this.<br>
<br>
I currently have 33 registered extensions (sofia status profile internal reg); i take those 33 registered extensions and do a quick script that issues:<br>
<br>
fifo_member add FIFO0 {fifo_member_wait=nowait}user/$extension<br>
<br>
All the 33 registered phones show up in "fifo list" from the above command and still doesn't call those extensions or even show new channel setup/error in the log for those extensions. I can issue the exact sql select command that shows up in debug (fifo debug 7) and all 33 show up (did a quick COUNT(*) but only 23 are dialed.<br>
<br>
I think I found the problem/limit!<br>
<br>
I did some research and ran tcpdump>pcap>wireshark to see what's going on. The 23 calls; is actually 25 but I don't see it fast enough on "show channels" The SNOM phone doesn't like receiving 3 INVITES at the same time; so it rejects the other 2 INVITES via "486 Busy Here"; so added up you really have 25 calls made and verified this with the "New Channel" log entry.<br>
<br>
So, i lightly reviewed mod_fifo.c and I see that 25 is variable in this place:<br>
<br>
#define MAX_ROWS 25<br>
<br>
Is this capping it the SELECT results ? also; can this be adjusted without hardcoding it or a variable?<br>
<br>
thank you again!<br>
Eric<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
On 7/23/2013 at 5:42 PM, "Anthony Minessale" <<a href="mailto:anthony.minessale@gmail.com">anthony.minessale@gmail.com</a>> wrote:<br>
><br>
>It doesn't call all of the agents it only calls the same number of<br>
>agents<br>
>as the number of calls its servicing.<br>
>You would need more callers in the fifo than you have agents to<br>
>call them<br>
>all.<br>
><br>
><br>
><br>
><br>
>On Mon, Jul 22, 2013 at 8:39 PM, Cal Leeming [Simplicity Media<br>
>Ltd] <<br>
><a href="mailto:cal.leeming@simplicitymedialtd.co.uk">cal.leeming@simplicitymedialtd.co.uk</a>> wrote:<br>
><br>
>> Hi Eric,<br>
>><br>
>> I've just had a read of your original post, as it's quite a<br>
>lengthy post<br>
>> it requires someone to spend a chunk of time analysing the<br>
>information<br>
>> given and attempting to reproduce locally - which is probably<br>
>why it has<br>
>> not had any bites.<br>
>><br>
>> First, you need to include full debug logs, and possibly even<br>
>siptrace<br>
>> [2], without this it will be very difficult for us to see what<br>
>is going on.<br>
>><br>
>> In a summary, here's the facts so far;<br>
>><br>
>> * modfifo is not calling all members<br>
>> * 10 yealink phones, 1 snom phone, each with 3 registered<br>
>extensions<br>
>> * all extensions are showing as registered in `sofia status<br>
>profile<br>
>> internal reg`<br>
>> * modfifo only creates calls to 23 of the 33 extensions available<br>
>> * you are running latest stable FS 1.2.10<br>
>><br>
>> The only possibly related threads I could find were;<br>
>><br>
>><br>
>> <a href="http://freeswitch-users.2379917.n2.nabble.com/mod-fifo-agent-not-" target="_blank">http://freeswitch-users.2379917.n2.nabble.com/mod-fifo-agent-not-</a><br>
>ringing-td7232907.html<br>
>><br>
>> <a href="http://freeswitch-dev.4355.x6.nabble.com/Freeswitch-dev-mod-fifo-" target="_blank">http://freeswitch-dev.4355.x6.nabble.com/Freeswitch-dev-mod-fifo-</a><br>
>td5001906.html<br>
>><br>
>> <a href="http://lists.freeswitch.org/pipermail/freeswitch-users/2013-" target="_blank">http://lists.freeswitch.org/pipermail/freeswitch-users/2013-</a><br>
>April/094745.html<br>
>><br>
>> Your best option right now is to create a JIRA ticket [1], and<br>
>wait for a<br>
>> core dev to take a look. I would also advise spending a few<br>
>minutes<br>
>> re-writing your ticket description, and making it as easy as<br>
>possible for<br>
>> others to understand/read (it's taken me 5 minutes just to do<br>
>this<br>
>> summary!). Make sure you get the full debug logs pastebin'd<br>
>first before<br>
>> creating the JIRA ticket.<br>
>><br>
>> Please also remember that this is will probably take up a fair<br>
>chunk of a<br>
>> developers time to look at, so be sure to give some reassurances<br>
>in the<br>
>> ticket that you've done your homework first and that you'll be<br>
>able to<br>
>> contribute further testing if a dev comes back with an answer<br>
>for you.<br>
>><br>
>> Hope this helps<br>
>><br>
>> Cal<br>
>><br>
>> [1] <a href="http://wiki.freeswitch.org/wiki/Reporting_Bugs" target="_blank">http://wiki.freeswitch.org/wiki/Reporting_Bugs</a><br>
>> [2] <a href="https://wiki.freeswitch.org/wiki/Sofia-SIP#Debugging_Sofia-" target="_blank">https://wiki.freeswitch.org/wiki/Sofia-SIP#Debugging_Sofia-</a><br>
>SIP<br>
>><br>
>><br>
>> On Mon, Jul 22, 2013 at 9:51 PM, <<a href="mailto:efern75@hushmail.com">efern75@hushmail.com</a>> wrote:<br>
>><br>
>>> Hi,<br>
>>><br>
>>> I'm still having this issue and haven't seen any feedback.<br>
>>><br>
>>> I'm in a pickle on this; as if I don't get some guidance on<br>
>this, I will<br>
>>> need to evaluate another way of doing this like modcallcenter<br>
>(at least it<br>
>>> has callcenter.db to poll) or a ring group which works just<br>
>fine (tested)<br>
>>> but then I loose control via already made scripts that look at<br>
>fifo.db<br>
>>> 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<br>
>FIFO<br>
>>> queue??<br>
>>><br>
>>> thanks<br>
>>> eric<br>
>>><br>
>>> On 7/13/2013 at 12:54 AM, <a href="mailto:efern75@hushmail.com">efern75@hushmail.com</a> wrote:<br>
>>> ><br>
>>> >Good evening,<br>
>>> ><br>
>>> >I'm still having this issue but I'm finding something<br>
>interesting.<br>
>>> ><br>
>>> ><br>
>>> >Is there a limit of how much can be buffered in the SELECT<br>
>query<br>
>>> >for:<br>
>>> ><br>
>>> >sql = switch_mprintf("select uuid, fifo_name, originate_string,<br>
>>> >simo_count, use_count, timeout, lag, "<br>
>>> > "next_avail,<br>
>expires,<br>
>>> static, outbound_call_count,<br>
>>> >outbound_fail_count, hostname "<br>
>>> > "from<br>
>fifo_outbound "<br>
>>> > "where<br>
>taking_calls = 1<br>
>>> and (fifo_name = '%q') and<br>
>>> >((use_count+ring_count) < simo_count) and next_avail = 0 "<br>
>>> > "order by<br>
>next_avail,<br>
>>> outbound_fail_count,<br>
>>> >outbound_call_count",<br>
>>> > node->name,<br>
>(long)<br>
>>> switch_epoch_time_now(NULL)<br>
>>> > );<br>
>>> ><br>
>>> >?? sorry; i can't read the entire mod_fifo.c<br>
>>> ><br>
>>> >The reason I ask is because it stops considering any of the<br>
>users<br>
>>> >after user 123 (see below).<br>
>>> ><br>
>>> >I'm doing the same query with sqlite3 that mod_fifo.c is doing<br>
>>> >below:<br>
>>> ><br>
>>> >sqlite> select uuid, fifo_name, originate_string, simo_count,<br>
>>> >use_count, timeout, lag, next_avail, expires, static,<br>
>>> >outbound_call_count, outbound_fail_count, hostname from<br>
>>> >fifo_outbound where taking_calls = 1 and (fifo_name = 'FIFO0')<br>
>and<br>
>>> >((use_count+ring_count) < simo_count) and next_avail = 0 order<br>
>by<br>
>>> >next_avail, outbound_fail_count, outbound_call_count;<br>
>>><br>
>>c4df077a83dbc7240e35d226a921a07b|FIFO0|{fifo_member_wait=nowait}us<br>
>e<br>
>>> >r/206|1|0|60|5|0|0|0|0|0|azteccs0<br>
>>><br>
>>3f20615f348c56d10845390933567b34|FIFO0|{fifo_member_wait=nowait}us<br>
>e<br>
>>> >r/306|1|0|60|5|0|0|0|0|0|azteccs0<br>
>>><br>
>>8b3efbd08e60c8beb0f95f0b06684863|FIFO0|{fifo_member_wait=nowait}us<br>
>e<br>
>>> >r/106|1|0|60|5|0|0|0|0|0|azteccs0<br>
>>><br>
>>6fd458f96aff1e0ba86ec7c386a97770|FIFO0|{fifo_member_wait=nowait}us<br>
>e<br>
>>> >r/117|1|0|60|5|0|0|0|0|0|azteccs0<br>
>>><br>
>>453c563cec9f997619475788740198fa|FIFO0|{fifo_member_wait=nowait}us<br>
>e<br>
>>> >r/208|1|0|60|5|0|0|0|0|0|azteccs0<br>
>>><br>
>>02a53b427f1df62012e2d76801be9e7e|FIFO0|{fifo_member_wait=nowait}us<br>
>e<br>
>>> >r/105|1|0|60|5|0|0|0|0|0|azteccs0<br>
>>><br>
>>9c2e5c39a54e543afb3f179ba92db164|FIFO0|{fifo_member_wait=nowait}us<br>
>e<br>
>>> >r/102|1|0|60|5|0|0|0|0|0|azteccs0<br>
>>><br>
>>62c48960841a9a5751ff61607bc3258d|FIFO0|{fifo_member_wait=nowait}us<br>
>e<br>
>>> >r/223|1|0|60|5|0|0|0|0|0|azteccs0<br>
>>><br>
>>f3af9c939e4716db3cf715be17bdfc8a|FIFO0|{fifo_member_wait=nowait}us<br>
>e<br>
>>> >r/323|1|0|60|5|0|0|0|0|0|azteccs0<br>
>>><br>
>>aba20f3f6fbf4340cdfa3b42d54ad5f4|FIFO0|{fifo_member_wait=nowait}us<br>
>e<br>
>>> >r/222|1|0|60|5|0|0|0|0|0|azteccs0<br>
>>><br>
>>14b949e2014d6700e23da6a147aed75d|FIFO0|{fifo_member_wait=nowait}us<br>
>e<br>
>>> >r/322|1|0|60|5|0|0|0|0|0|azteccs0<br>
>>><br>
>>7dcde9b3f5fab6b206b141bf118deec8|FIFO0|{fifo_member_wait=nowait}us<br>
>e<br>
>>> >r/103|1|0|60|5|0|0|0|0|0|azteccs0<br>
>>><br>
>>3ca246ce6d89e8dd3a0a76f81bf190f0|FIFO0|{fifo_member_wait=nowait}us<br>
>e<br>
>>> >r/303|1|0|60|5|0|0|0|0|0|azteccs0<br>
>>><br>
>>bd464c8385906b75a9be87aa945c3c7c|FIFO0|{fifo_member_wait=nowait}us<br>
>e<br>
>>> >r/307|1|0|60|5|0|0|0|0|0|azteccs0<br>
>>><br>
>>8fdf2c5190c2ba6d45bd489a5e7079be|FIFO0|{fifo_member_wait=nowait}us<br>
>e<br>
>>> >r/305|1|0|60|5|0|0|0|0|0|azteccs0<br>
>>><br>
>>35e01257fa06d901067eb525a3e96de0|FIFO0|{fifo_member_wait=nowait}us<br>
>e<br>
>>> >r/122|1|0|60|5|0|0|0|0|0|azteccs0<br>
>>><br>
>>d0a37e21bdc70d27eac021c23c3cfd8e|FIFO0|{fifo_member_wait=nowait}us<br>
>e<br>
>>> >r/301|1|0|60|5|0|0|0|0|0|azteccs0<br>
>>><br>
>>ba841fbe312902c3f50e1874e9b36088|FIFO0|{fifo_member_wait=nowait}us<br>
>e<br>
>>> >r/317|1|0|60|5|0|0|0|0|0|azteccs0<br>
>>><br>
>>b26148c5030d7e1ae1721862b614efc7|FIFO0|{fifo_member_wait=nowait}us<br>
>e<br>
>>> >r/204|1|0|60|5|0|0|0|0|0|azteccs0<br>
>>><br>
>>e7366e6a49fff2ad8b24d8111b31be25|FIFO0|{fifo_member_wait=nowait}us<br>
>e<br>
>>> >r/203|1|0|60|5|0|0|0|0|0|azteccs0<br>
>>><br>
>>6cfd3eb1a139f176b62b1bc3487d0250|FIFO0|{fifo_member_wait=nowait}us<br>
>e<br>
>>> >r/201|1|0|60|5|0|0|0|0|0|azteccs0<br>
>>><br>
>>a50c31f0c9a9affb503a95c61caddd2f|FIFO0|{fifo_member_wait=nowait}us<br>
>e<br>
>>> >r/101|1|0|60|5|0|0|0|0|0|azteccs0<br>
>>><br>
>>dc4300b07b236798e263e0e17a1f7415|FIFO0|{fifo_member_wait=nowait}us<br>
>e<br>
>>> >r/107|1|0|60|5|0|0|0|0|0|azteccs0<br>
>>><br>
>>0c2da403f7ea9b18437a406bd330c228|FIFO0|{fifo_member_wait=nowait}us<br>
>e<br>
>>> >r/308|1|0|60|5|0|0|0|0|0|azteccs0<br>
>>><br>
>>0e1c1c614d7edab2a8bd8a3d45a13bb5|FIFO0|{fifo_member_wait=nowait}us<br>
>e<br>
>>> >r/123|1|0|60|5|0|0|0|0|0|azteccs0<br>
>>> ><stops here><br>
>>><br>
>>23ae3cac192762e7865d2664f5b443fd|FIFO0|{fifo_member_wait=nowait}us<br>
>e<br>
>>> >r/207|1|0|60|5|0|0|0|0|0|azteccs0<br>
>>><br>
>>c19ecc881d453ea2a86102a0c88befff|FIFO0|{fifo_member_wait=nowait}us<br>
>e<br>
>>> >r/217|1|0|60|5|0|0|0|0|0|azteccs0<br>
>>><br>
>>98f3fddb71bb7e40959e673a7bf09c84|FIFO0|{fifo_member_wait=nowait}us<br>
>e<br>
>>> >r/205|1|0|60|5|0|0|0|0|0|azteccs0<br>
>>><br>
>>94ce1eb80eb8f227bb41121ad91a3a09|FIFO0|{fifo_member_wait=nowait}us<br>
>e<br>
>>> >r/202|1|0|60|5|0|0|0|0|0|azteccs0<br>
>>><br>
>>f59c85e03798fe42633de6090d39fa83|FIFO0|{fifo_member_wait=nowait}us<br>
>e<br>
>>> >r/302|1|0|60|5|0|0|0|0|0|azteccs0<br>
>>><br>
>>34558f49c8bbaa6fbe6567415a61f395|FIFO0|{fifo_member_wait=nowait}us<br>
>e<br>
>>> >r/104|1|0|60|5|0|0|0|0|0|azteccs0<br>
>>><br>
>>7c72f271662e77d21ed8699e997c2184|FIFO0|{fifo_member_wait=nowait}us<br>
>e<br>
>>> >r/304|1|0|60|5|0|0|0|0|0|azteccs0<br>
>>><br>
>>4e94acfe974e6667f9f1ef72f83553f0|FIFO0|{fifo_member_wait=nowait}us<br>
>e<br>
>>> >r/108|1|0|60|5|0|0|0|0|0|azteccs0<br>
>>> ><br>
>>> >None of the users after "<stops here>" are called; nothing<br>
>shows<br>
>>> >up in debug for these users as well (like user not registered;<br>
>>> >etc).<br>
>>> ><br>
>>> >Thanks!!!<br>
>>> >eric<br>
>>> ><br>
>>> >On 7/8/2013 at 6:06 PM, <a href="mailto:efern75@hushmail.com">efern75@hushmail.com</a> wrote:<br>
>>> >><br>
>>> >>Good evening,<br>
>>> >><br>
>>> >>I still have this issue, can anyone help?<br>
>>> >><br>
>>> >>thanks<br>
>>> >>eric<br>
>>> >><br>
>>> >>----- Forwarded message from <a href="mailto:efern75@hushmail.com">efern75@hushmail.com</a> -----<br>
>>> >>Date: Sun, 30 Jun 2013 04:13:51 +0000<br>
>>> >>Subject: modfifo not calling all registered members<br>
>>> >>To: <a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a><br>
>>> >><br>
>>> >>Good evening all,<br>
>>> >><br>
>>> >>Have an issue with modfifo not calling all members. This has<br>
>>> >been<br>
>>> >>happening for a while but can't find out why.<br>
>>> >><br>
>>> >>I have 10 yealink phones/1 snom phone that have each 3<br>
>individual<br>
>>> >>registered extension. (one phone has ext: 101,201,301, the<br>
>next<br>
>>> >>phone has 102,202,302, etc). I have all 33 extensions<br>
>registered<br>
>>> >>according to "sofia status profile internal reg". I add each<br>
>>> >>extension to fifo via a script that just runs:<br>
>>> >> fifo_member add FIFO0<br>
>{fifo_member_wait=nowait}user/EXTENSION<br>
>>> >><br>
>>> >>Below is the pastebin of "fifo list" after loading the above<br>
>>> >>command against all registered phones (33 extensions,11<br>
>phones)<br>
>>> >><a href="http://pastebin.com/diNU6hbm" target="_blank">http://pastebin.com/diNU6hbm</a><br>
>>> >><br>
>>> >>This is how the fifo.conf.xml file looks like (default):<br>
>>> >><configuration name="fifo.conf" description="FIFO<br>
>Configuration"><br>
>>> >> <settings><br>
>>> >> <param name="delete-all-outbound-member-on-startup"<br>
>>> >>value="false"/><br>
>>> >> </settings><br>
>>> >><fifos><br>
>>> >> </fifos><br>
>>> >></configuration><br>
>>> >><br>
>>> >>When a call comes in and is sent to the FIFO queue via:<br>
>>> >><action application="fifo" data="FIFO0 in"/><br>
>>> >><br>
>>> >>Only 23 channels/call setups are made to the possible 33<br>
>>> >>extensions that are in fifo list. below is the show channels<br>
>of<br>
>>> >>this setup:<br>
>>> >><a href="http://pastebin.com/s7TvxGMa" target="_blank">http://pastebin.com/s7TvxGMa</a><br>
>>> >><br>
>>> >>Here is a list of the 10 non called extension:<br>
>>> >>102,305,205,123,308,201,101,206,306,222<br>
>>> >><br>
>>> >>After hanging up, this is the "fifo list" dump for reference:<br>
>>> >><a href="http://pastebin.com/9JgD49fL" target="_blank">http://pastebin.com/9JgD49fL</a><br>
>>> >><br>
>>> >>I have ran "fifo debug 7" and /debug 7 at the console and did<br>
>>> >some<br>
>>> >>test calls and nowhere does it light up with the extensions<br>
>that<br>
>>> >>are missing for the fifo call setup =\<br>
>>> >><br>
>>> >>I have also for example ran ngrep against a phone that only<br>
>has<br>
>>> >>two out of three INVITES sent (based on show channels) and can<br>
>>> >>verify that only 2 INVITES are being sent. (just wanted to<br>
>make<br>
>>> >>sure that the phone wasn't rejecting the invite on the missing<br>
>>> >>show channels extension due not not being very fast at seeing<br>
>it<br>
>>> >>happen).<br>
>>> >><br>
>>> >>I am running:<br>
>>> >> OS: Debian 6.0.7 (x64)<br>
>>> >> FS: 1.2 latest git (1.2.10+git~20130628T192118Z~929f52b15c)<br>
>>> >><br>
>>> >>Also, i have shutdown freeswitch, deleted the entire<br>
>>> >>/usr/local/freeswitch/db/ directory content; started<br>
>freeswitch,<br>
>>> >>waited for all extensions to fill in eventually, and ran the<br>
>>> >>fifo_member add command and can still duplicate this issue =\<br>
>>> >><br>
>>> >>Thank you for your assistance on this!!!!<br>
>>> >><br>
>>> >>Eric<br>
>>> >><br>
>>> >><br>
>>><br>
>>>_________________________________________________________________<br>
>_<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>
>>><br>
>>>UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitc" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitc</a><br>
>h<br>
>>> >-<br>
>>> >>users<br>
>>> >><a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
>>> ><br>
>>> ><br>
>>><br>
>>__________________________________________________________________<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>
>>><br>
>>UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch</a><br>
>-<br>
>>> >users<br>
>>> ><a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
>>><br>
>>><br>
>>><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>
>>><br>
>UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-</a><br>
>users<br>
>>> <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
>>><br>
>><br>
>><br>
>><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>
>><br>
>UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-</a><br>
>users<br>
>> <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
>><br>
>><br>
><br>
><br>
</div></div><div class="im HOEnZb">>--<br>
>Anthony Minessale II<br>
><br>
>FreeSWITCH <a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a><br>
>ClueCon <a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com/</a><br>
>Twitter: <a href="http://twitter.com/FreeSWITCH_wire" target="_blank">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" target="_blank">irc.freenode.net</a> #freeswitch<br>
><br>
>FreeSWITCH Developer Conference<br>
><a href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a><br>
><a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a><br>
>pstn:+19193869900<br>
<br>
<br>
</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><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>