<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">The module is in a pull request, pending some changes before it gets merged, but it is working towards getting added to tree.<div class=""><br class=""></div><div class=""><a href="https://freeswitch.org/stash/projects/FS/repos/freeswitch/pull-requests/389/overview" class="">https://freeswitch.org/stash/projects/FS/repos/freeswitch/pull-requests/389/overview</a></div><div class=""><br class=""></div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Sep 17, 2015, at 5:51 PM, GM phy &lt;<a href="mailto:servtelar@gmail.com" class="">servtelar@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">Great, I kept his presentation on my mind, it was really interesting.&nbsp;<div class="">Thanks a lot for the info.</div><div class=""><br class=""></div><div class="">Gustavo<br class=""><div class=""><br class=""></div></div></div><div class="gmail_extra"><br class=""><div class="gmail_quote">On Thu, Sep 17, 2015 at 6:42 PM, Aviv Shaham <span dir="ltr" class="">&lt;<a href="mailto:aviv@sent.com" target="_blank" class="">aviv@sent.com</a>&gt;</span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class=""><div style="font-family:Arial;font-size:large" dir="ltr" class=""><div class="">
<div class="">
<div class="">Norm Brandinger, look him up and you'll find his contact info :)</div><span class="HOEnZb"><font color="#888888" class="">

<div class="">&nbsp;</div>

<div class="">Aviv</div></font></span><div class=""><div class="h5">

<div class="">&nbsp;</div>

<div class="">On Thu, Sep 17, 2015, at 02:26 PM, GM phy wrote:</div>

<blockquote type="cite" class="">
<div dir="ltr" class="">In the last ClueCon there was a Dangerous Demo showing FS with mosquitto (<a href="http://mosquitto.org/" target="_blank" class="">http://mosquitto.org</a>). I don't remember the name of the presenter, but certainly it would be nice to hear their experiences about that.

<div class="">&nbsp;</div>

<div class="">Regards</div>

<div class="">&nbsp;</div>

<div class="">Gustavo</div>
</div>

<div class="">&nbsp;
<div class="">On Thu, Sep 17, 2015 at 5:36 PM, Abdul Hakeem <span dir="ltr" class="">&lt;<a href="mailto:alhakeem@gmail.com" target="_blank" class="">alhakeem@gmail.com</a>&gt;</span> wrote:

<blockquote style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex" class="">Hello William,<br class="">
<br class="">
Just a quick nudge to find out if you have any further reading materials on the<br class="">
mod_amqp.<br class="">
Looking forward to your response.<br class="">
Cheers,<br class="">
Abdul Hakeem<br class="">
<br class="">
-----Original Message-----<br class="">
From: <a href="mailto:freeswitch-users-bounces@lists.freeswitch.org" target="_blank" class="">freeswitch-users-bounces@lists.freeswitch.org</a><br class="">
[mailto:<a href="mailto:freeswitch-users-bounces@lists.freeswitch.org" target="_blank" class="">freeswitch-users-bounces@lists.freeswitch.org</a>] On Behalf Of William King<br class="">
Sent: Monday, August 3, 2015 7:00 AM<br class="">
To: <a href="mailto:freeswitch-users@lists.freeswitch.org" target="_blank" class="">freeswitch-users@lists.freeswitch.org</a><br class="">
Subject: Re: [Freeswitch-users] ESL Freeswitch cluster<br class="">
<br class="">
Check out mod_amqp, and if you're here at ClueCon this week, we can discuss.<br class="">
<br class="">
William King<br class="">
Senior Engineer<br class="">
Quentus Technologies, INC<br class="">
1037 NE 65th St Suite 273<br class="">
Seattle, WA 98115<br class="">
Main:&nbsp; &nbsp;(877) 211-9337<br class="">
Office: (206) 388-4772<br class="">
Cell:&nbsp; &nbsp;(253) 686-5518<br class="">
<a href="mailto:william.king@quentustech.com" target="_blank" class="">william.king@quentustech.com</a><br class="">
<br class="">
On 7/31/15 9:35 PM, Ítalo Rossi wrote:<br class="">
&gt; Let me know how this is going, I'm highly interested in adding support<br class="">
&gt; for sharing agents and tiers across multiple servers in mod_callcenter<br class="">
&gt;<br class="">
&gt; If you're attending cluecon let's talk about<br class="">
&gt;<br class="">
&gt; Em 31/07/2015 05:45, "Stanislav Sinyagin" &lt;<a href="mailto:ssinyagin@gmail.com" target="_blank" class="">ssinyagin@gmail.com</a><br class="">
&gt; &lt;mailto:<a href="mailto:ssinyagin@gmail.com" target="_blank" class="">ssinyagin@gmail.com</a>&gt;&gt; escreveu:<br class="">
&gt;<br class="">
&gt;&nbsp; &nbsp; &nbsp;you still need to control the result of action execution on every FS<br class="">
&gt;&nbsp; &nbsp; &nbsp;node, so you need to create a dispatcher architecture.<br class="">
&gt;<br class="">
&gt;&nbsp; &nbsp; &nbsp;For example, a message queue manager, like zeromq, would receive the<br class="">
&gt;&nbsp; &nbsp; &nbsp;command, and send it to local FS nodes, and a locally installed daemon<br class="">
&gt;&nbsp; &nbsp; &nbsp;would communicate to the local FS and send back the results via<br class="">
&gt;&nbsp; &nbsp; &nbsp;zeromq.<br class="">
&gt;<br class="">
&gt;&nbsp; &nbsp; &nbsp;Or it could be some multithreaded daemon, in Golang for example, which<br class="">
&gt;&nbsp; &nbsp; &nbsp;would connect to all FS instances and send them the commands. You<br class="">
&gt;&nbsp; &nbsp; &nbsp;would then manage the responses in your Go program.<br class="">
&gt;<br class="">
&gt;&nbsp; &nbsp; &nbsp;Nothing impossible, you just need to match your requirements with your<br class="">
&gt;&nbsp; &nbsp; &nbsp;budget and with the skills inside your operations team.<br class="">
&gt;<br class="">
&gt;<br class="">
&gt;<br class="">
&gt;<br class="">
&gt;<br class="">
&gt;&nbsp; &nbsp; &nbsp;On Fri, Jul 31, 2015 at 5:41 AM, NH45 CMI &lt;<a href="mailto:nh45cmi@gmail.com" target="_blank" class="">nh45cmi@gmail.com</a><br class="">
&gt;&nbsp; &nbsp; &nbsp;&lt;mailto:<a href="mailto:nh45cmi@gmail.com" target="_blank" class="">nh45cmi@gmail.com</a>&gt;&gt; wrote:<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt; Hi Sammy,<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Yes i need to send samee ESL action to every FS<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt; On Thu, Jul 30, 2015 at 9:40 PM, Giovanni Maruzzelli<br class="">
&gt;&nbsp; &nbsp; &nbsp;&lt;<a href="mailto:gmaruzz@gmail.com" target="_blank" class="">gmaruzz@gmail.com</a> &lt;mailto:<a href="mailto:gmaruzz@gmail.com" target="_blank" class="">gmaruzz@gmail.com</a>&gt;&gt;<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt; wrote:<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt;<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt; You will probably need to have postgresql in core, but please<br class="">
&gt;&nbsp; &nbsp; &nbsp;check if the<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt; modules you're using for callcenter functionalities support<br class="">
&gt;&nbsp; &nbsp; &nbsp;clustering via<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt; db.<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt;<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt; At the end of the day, if it becomes too much for your internal<br class="">
&gt;&nbsp; &nbsp; &nbsp;resources<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt; to design and implement a solution, you may want to write<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt; <a href="mailto:consulting@freeswitch.org" target="_blank" class="">consulting@freeswitch.org</a> &lt;mailto:<a href="mailto:consulting@freeswitch.org" target="_blank" class="">consulting@freeswitch.org</a>&gt; for<br class="">
&gt;&nbsp; &nbsp; &nbsp;commercial (eg: paid) help on this.<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt;<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt; -giovanni<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt;<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt;<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt;<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt; On Thu, Jul 30, 2015 at 6:03 PM, SamyGo &lt;<a href="mailto:govoiper@gmail.com" target="_blank" class="">govoiper@gmail.com</a><br class="">
&gt;&nbsp; &nbsp; &nbsp;&lt;mailto:<a href="mailto:govoiper@gmail.com" target="_blank" class="">govoiper@gmail.com</a>&gt;&gt; wrote:<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt;&gt;<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt;&gt; Hi NH45,<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt;&gt;<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt;&gt; Do you want to send the same ESL action to all of the FS Servers,<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt;&gt; something like a ESL Proxy that can relay your event to the FS<br class="">
&gt;&nbsp; &nbsp; &nbsp;Servers ?<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt;&gt;<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt;&gt; Regards,<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt;&gt; Sammy<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt;&gt;<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt;&gt; On Thu, Jul 30, 2015 at 8:12 AM, NH45 CMI &lt;<a href="mailto:nh45cmi@gmail.com" target="_blank" class="">nh45cmi@gmail.com</a><br class="">
&gt;&nbsp; &nbsp; &nbsp;&lt;mailto:<a href="mailto:nh45cmi@gmail.com" target="_blank" class="">nh45cmi@gmail.com</a>&gt;&gt; wrote:<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt;<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt; Hi Guys,<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt;<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt;<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; I am using opensips for load balancing and<br class="">
&gt;&nbsp; &nbsp; &nbsp;freeswitch for<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt; register,IVR,Callcenter ,Using mod_xml_curl for realtime ivr<br class="">
&gt;&nbsp; &nbsp; &nbsp;and dialplan<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt; but callcenter i have problem because it load only once so i<br class="">
&gt;&nbsp; &nbsp; &nbsp;use ESL to add<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt; and remove agent ,if i use one FS it's ok&nbsp; but more then one FS<br class="">
&gt;&nbsp; &nbsp; &nbsp;how can i<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt; add or remove agent to queue all FS using ESL<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt;<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt;<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt;<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt;<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt;<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt; Regard's<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt; NH45 CMI<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt;<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt;<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt;<br class="">
&gt;&nbsp; &nbsp; &nbsp;_________________________________________________________________________<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt; Professional FreeSWITCH Consulting Services:<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt; <a href="mailto:consulting@freeswitch.org" target="_blank" class="">consulting@freeswitch.org</a> &lt;mailto:<a href="mailto:consulting@freeswitch.org" target="_blank" class="">consulting@freeswitch.org</a>&gt;<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt; <a href="http://www.freeswitchsolutions.com/" target="_blank" class="">http://www.freeswitchsolutions.com</a><br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt;<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt; Official FreeSWITCH Sites<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt; <a href="http://www.freeswitch.org/" target="_blank" class="">http://www.freeswitch.org</a><br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt; <a href="http://confluence.freeswitch.org/" target="_blank" class="">http://confluence.freeswitch.org</a><br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt; <a href="http://www.cluecon.com/" target="_blank" class="">http://www.cluecon.com</a><br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt;<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt; FreeSWITCH-users mailing list<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank" class="">FreeSWITCH-users@lists.freeswitch.org</a><br class="">
&gt;&nbsp; &nbsp; &nbsp;&lt;mailto:<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank" class="">FreeSWITCH-users@lists.freeswitch.org</a>&gt;<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank" class="">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt;<br class="">
&gt;&nbsp; &nbsp; &nbsp;UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank" class="">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt;&gt;&gt; <a href="http://www.freeswitch.org/" target="_blank" class="">http://www.freeswitch.org</a><br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt;&gt;<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt;&gt;<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt;&gt;<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt;&gt;<br class="">
&gt;&nbsp; &nbsp; &nbsp;_________________________________________________________________________<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt;&gt; Professional FreeSWITCH Consulting Services:<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt;&gt; <a href="mailto:consulting@freeswitch.org" target="_blank" class="">consulting@freeswitch.org</a> &lt;mailto:<a href="mailto:consulting@freeswitch.org" target="_blank" class="">consulting@freeswitch.org</a>&gt;<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt;&gt; <a href="http://www.freeswitchsolutions.com/" target="_blank" class="">http://www.freeswitchsolutions.com</a><br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt;&gt;<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt;&gt; Official FreeSWITCH Sites<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt;&gt; <a href="http://www.freeswitch.org/" target="_blank" class="">http://www.freeswitch.org</a><br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt;&gt; <a href="http://confluence.freeswitch.org/" target="_blank" class="">http://confluence.freeswitch.org</a><br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt;&gt; <a href="http://www.cluecon.com/" target="_blank" class="">http://www.cluecon.com</a><br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt;&gt;<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt;&gt; FreeSWITCH-users mailing list<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank" class="">FreeSWITCH-users@lists.freeswitch.org</a><br class="">
&gt;&nbsp; &nbsp; &nbsp;&lt;mailto:<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank" class="">FreeSWITCH-users@lists.freeswitch.org</a>&gt;<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank" class="">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt;&gt;<br class="">
&gt;&nbsp; &nbsp; &nbsp;UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank" class="">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt;&gt; <a href="http://www.freeswitch.org/" target="_blank" class="">http://www.freeswitch.org</a><br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt;<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt;<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt;<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt;<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt; --<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt; Sincerely,<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt;<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt; Giovanni Maruzzelli<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt; Cell : +39-347-2665618 &lt;tel:%2B39-347-2665618&gt;<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt;<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt;<br class="">
&gt;&nbsp; &nbsp; &nbsp;_________________________________________________________________________<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt; Professional FreeSWITCH Consulting Services:<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt; <a href="mailto:consulting@freeswitch.org" target="_blank" class="">consulting@freeswitch.org</a> &lt;mailto:<a href="mailto:consulting@freeswitch.org" target="_blank" class="">consulting@freeswitch.org</a>&gt;<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt; <a href="http://www.freeswitchsolutions.com/" target="_blank" class="">http://www.freeswitchsolutions.com</a><br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt;<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt; Official FreeSWITCH Sites<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt; <a href="http://www.freeswitch.org/" target="_blank" class="">http://www.freeswitch.org</a><br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt; <a href="http://confluence.freeswitch.org/" target="_blank" class="">http://confluence.freeswitch.org</a><br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt; <a href="http://www.cluecon.com/" target="_blank" class="">http://www.cluecon.com</a><br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt;<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt; FreeSWITCH-users mailing list<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank" class="">FreeSWITCH-users@lists.freeswitch.org</a><br class="">
&gt;&nbsp; &nbsp; &nbsp;&lt;mailto:<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank" class="">FreeSWITCH-users@lists.freeswitch.org</a>&gt;<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank" class="">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt;<br class="">
&gt;&nbsp; &nbsp; &nbsp;UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank" class="">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;&gt; <a href="http://www.freeswitch.org/" target="_blank" class="">http://www.freeswitch.org</a><br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;<br class="">
&gt;&nbsp; &nbsp; &nbsp;_________________________________________________________________________<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt; Professional FreeSWITCH Consulting Services:<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt; <a href="mailto:consulting@freeswitch.org" target="_blank" class="">consulting@freeswitch.org</a> &lt;mailto:<a href="mailto:consulting@freeswitch.org" target="_blank" class="">consulting@freeswitch.org</a>&gt;<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt; <a href="http://www.freeswitchsolutions.com/" target="_blank" class="">http://www.freeswitchsolutions.com</a><br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt; Official FreeSWITCH Sites<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt; <a href="http://www.freeswitch.org/" target="_blank" class="">http://www.freeswitch.org</a><br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt; <a href="http://confluence.freeswitch.org/" target="_blank" class="">http://confluence.freeswitch.org</a><br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt; <a href="http://www.cluecon.com/" target="_blank" class="">http://www.cluecon.com</a><br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt; FreeSWITCH-users mailing list<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank" class="">FreeSWITCH-users@lists.freeswitch.org</a><br class="">
&gt;&nbsp; &nbsp; &nbsp;&lt;mailto:<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank" class="">FreeSWITCH-users@lists.freeswitch.org</a>&gt;<br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank" class="">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt;<br class="">
&gt;&nbsp; &nbsp; &nbsp;UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank" class="">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br class="">
&gt;&nbsp; &nbsp; &nbsp;&gt; <a href="http://www.freeswitch.org/" target="_blank" class="">http://www.freeswitch.org</a><br class="">
&gt;<br class="">
&gt;&nbsp; &nbsp; &nbsp;_________________________________________________________________________<br class="">
&gt;&nbsp; &nbsp; &nbsp;Professional FreeSWITCH Consulting Services:<br class="">
&gt;&nbsp; &nbsp; &nbsp;<a href="mailto:consulting@freeswitch.org" target="_blank" class="">consulting@freeswitch.org</a> &lt;mailto:<a href="mailto:consulting@freeswitch.org" target="_blank" class="">consulting@freeswitch.org</a>&gt;<br class="">
&gt;&nbsp; &nbsp; &nbsp;<a href="http://www.freeswitchsolutions.com/" target="_blank" class="">http://www.freeswitchsolutions.com</a><br class="">
&gt;<br class="">
&gt;&nbsp; &nbsp; &nbsp;Official FreeSWITCH Sites<br class="">
&gt;&nbsp; &nbsp; &nbsp;<a href="http://www.freeswitch.org/" target="_blank" class="">http://www.freeswitch.org</a><br class="">
&gt;&nbsp; &nbsp; &nbsp;<a href="http://confluence.freeswitch.org/" target="_blank" class="">http://confluence.freeswitch.org</a><br class="">
&gt;&nbsp; &nbsp; &nbsp;<a href="http://www.cluecon.com/" target="_blank" class="">http://www.cluecon.com</a><br class="">
&gt;<br class="">
&gt;&nbsp; &nbsp; &nbsp;FreeSWITCH-users mailing list<br class="">
&gt;&nbsp; &nbsp; &nbsp;<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank" class="">FreeSWITCH-users@lists.freeswitch.org</a><br class="">
&gt;&nbsp; &nbsp; &nbsp;&lt;mailto:<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank" class="">FreeSWITCH-users@lists.freeswitch.org</a>&gt;<br class="">
&gt;&nbsp; &nbsp; &nbsp;<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank" class="">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br class="">
&gt;&nbsp; &nbsp; &nbsp;UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank" class="">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br class="">
&gt;&nbsp; &nbsp; &nbsp;<a href="http://www.freeswitch.org/" target="_blank" class="">http://www.freeswitch.org</a><br class="">
&gt;<br class="">
&gt;<br class="">
&gt;<br class="">
&gt; _________________________________________________________________________<br class="">
&gt; Professional FreeSWITCH Consulting Services:<br class="">
&gt; <a href="mailto:consulting@freeswitch.org" target="_blank" class="">consulting@freeswitch.org</a><br class="">
&gt; <a href="http://www.freeswitchsolutions.com/" target="_blank" class="">http://www.freeswitchsolutions.com</a><br class="">
&gt;<br class="">
&gt; Official FreeSWITCH Sites<br class="">
&gt; <a href="http://www.freeswitch.org/" target="_blank" class="">http://www.freeswitch.org</a><br class="">
&gt; <a href="http://confluence.freeswitch.org/" target="_blank" class="">http://confluence.freeswitch.org</a><br class="">
&gt; <a href="http://www.cluecon.com/" target="_blank" class="">http://www.cluecon.com</a><br class="">
&gt;<br class="">
&gt; FreeSWITCH-users mailing list<br class="">
&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank" class="">FreeSWITCH-users@lists.freeswitch.org</a><br class="">
&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank" class="">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br class="">
&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank" class="">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br class="">
&gt; <a href="http://www.freeswitch.org/" target="_blank" class="">http://www.freeswitch.org</a><br class="">
&gt;<br class="">
<br class="">
_________________________________________________________________________<br class="">
Professional FreeSWITCH Consulting Services:<br class="">
<a href="mailto:consulting@freeswitch.org" target="_blank" class="">consulting@freeswitch.org</a><br class="">
<a href="http://www.freeswitchsolutions.com/" target="_blank" class="">http://www.freeswitchsolutions.com</a><br class="">
<br class="">
Official FreeSWITCH Sites<br class="">
<a href="http://www.freeswitch.org/" target="_blank" class="">http://www.freeswitch.org</a><br class="">
<a href="http://confluence.freeswitch.org/" target="_blank" class="">http://confluence.freeswitch.org</a><br class="">
<a href="http://www.cluecon.com/" target="_blank" class="">http://www.cluecon.com</a><br class="">
<br class="">
FreeSWITCH-users mailing list<br class="">
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank" class="">FreeSWITCH-users@lists.freeswitch.org</a><br class="">
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank" class="">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br class="">
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank" class="">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br class="">
<a href="http://www.freeswitch.org/" target="_blank" class="">http://www.freeswitch.org</a><br class="">
<br class="">
<br class="">
<br class="">
<br class="">
_________________________________________________________________________<br class="">
Professional FreeSWITCH Consulting Services:<br class="">
<a href="mailto:consulting@freeswitch.org" target="_blank" class="">consulting@freeswitch.org</a><br class="">
<a href="http://www.freeswitchsolutions.com/" target="_blank" class="">http://www.freeswitchsolutions.com</a><br class="">
<br class="">
Official FreeSWITCH Sites<br class="">
<a href="http://www.freeswitch.org/" target="_blank" class="">http://www.freeswitch.org</a><br class="">
<a href="http://confluence.freeswitch.org/" target="_blank" class="">http://confluence.freeswitch.org</a><br class="">
<a href="http://www.cluecon.com/" target="_blank" class="">http://www.cluecon.com</a><br class="">
<br class="">
FreeSWITCH-users mailing list<br class="">
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank" class="">FreeSWITCH-users@lists.freeswitch.org</a><br class="">
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank" class="">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br class="">
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank" class="">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br class="">
<a href="http://www.freeswitch.org/" target="_blank" class="">http://www.freeswitch.org</a></blockquote>
</div>
</div>

<div class=""><u class="">_________________________________________________________________________</u></div>

<div class="">Professional FreeSWITCH Consulting Services:</div>

<div class=""><a href="mailto:consulting@freeswitch.org" target="_blank" class="">consulting@freeswitch.org</a></div>

<div class=""><a href="http://www.freeswitchsolutions.com/" target="_blank" class="">http://www.freeswitchsolutions.com</a></div>

<div class="">&nbsp;</div>

<div class="">Official FreeSWITCH Sites</div>

<div class=""><a href="http://www.freeswitch.org/" target="_blank" class="">http://www.freeswitch.org</a></div>

<div class=""><a href="http://confluence.freeswitch.org/" target="_blank" class="">http://confluence.freeswitch.org</a></div>

<div class=""><a href="http://www.cluecon.com/" target="_blank" class="">http://www.cluecon.com</a></div>

<div class="">&nbsp;</div>

<div class="">FreeSWITCH-users mailing list</div>

<div class=""><a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank" class="">FreeSWITCH-users@lists.freeswitch.org</a></div>

<div class=""><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank" class="">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a></div>

<div class="">UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank" class="">http://lists.freeswitch.org/mailman/options/freeswitch-users</a></div>

<div class=""><a href="http://www.freeswitch.org/" target="_blank" class="">http://www.freeswitch.org</a></div>
</blockquote>
</div></div></div>
</div>
</div></div>
<br class="">_________________________________________________________________________<br class="">
Professional FreeSWITCH Consulting Services:<br class="">
<a href="mailto:consulting@freeswitch.org" class="">consulting@freeswitch.org</a><br class="">
<a href="http://www.freeswitchsolutions.com/" rel="noreferrer" target="_blank" class="">http://www.freeswitchsolutions.com</a><br class="">
<br class="">
Official FreeSWITCH Sites<br class="">
<a href="http://www.freeswitch.org/" rel="noreferrer" target="_blank" class="">http://www.freeswitch.org</a><br class="">
<a href="http://confluence.freeswitch.org/" rel="noreferrer" target="_blank" class="">http://confluence.freeswitch.org</a><br class="">
<a href="http://www.cluecon.com/" rel="noreferrer" target="_blank" class="">http://www.cluecon.com</a><br class="">
<br class="">
FreeSWITCH-users mailing list<br class="">
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" class="">FreeSWITCH-users@lists.freeswitch.org</a><br class="">
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="noreferrer" target="_blank" class="">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br class="">
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank" class="">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br class="">
<a href="http://www.freeswitch.org/" rel="noreferrer" target="_blank" class="">http://www.freeswitch.org</a><br class=""></blockquote></div><br class=""></div>
_________________________________________________________________________<br class="">Professional FreeSWITCH Consulting Services: <br class=""><a href="mailto:consulting@freeswitch.org" class="">consulting@freeswitch.org</a><br class="">http://www.freeswitchsolutions.com<br class=""><br class="">Official FreeSWITCH Sites<br class="">http://www.freeswitch.org<br class="">http://confluence.freeswitch.org<br class="">http://www.cluecon.com<br class=""><br class="">FreeSWITCH-users mailing list<br class="">FreeSWITCH-users@lists.freeswitch.org<br class="">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<br class="">UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<br class="">http://www.freeswitch.org</div></blockquote></div><br class=""></div></body></html>