<div dir="ltr"><div>For those who were not at ClueCon this year, here's my presentation that touch the basics of this stuff:<br><br><a href="http://www.opentelecom.it/cluecon/ClueCon_2015_Load_Balancing_HA.pdf">http://www.opentelecom.it/cluecon/ClueCon_2015_Load_Balancing_HA.pdf</a><br><br></div>-giovanni<br><br><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Aug 27, 2015 at 3:22 PM, Brian West <span dir="ltr"><<a href="mailto:brian@freeswitch.org" target="_blank">brian@freeswitch.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I propose we start by fixing this document:<div><br></div><div><a href="https://freeswitch.org/confluence/display/FREESWITCH/High+Availability" target="_blank">https://freeswitch.org/confluence/display/FREESWITCH/High+Availability</a><br></div><div><br></div><div>Here is a google doc we can start collecting notes into to fix this page:</div><div><br></div><div><a href="https://docs.google.com/document/d/1Z9hm1yV1JXn41ds5LQBXd6R2d-dmMh23ZSANZleMZ9U/edit" target="_blank">https://docs.google.com/document/d/1Z9hm1yV1JXn41ds5LQBXd6R2d-dmMh23ZSANZleMZ9U/edit</a><br></div><div><br></div><div>I've proposed 10AM Central tomorrow for our first meeting, we can have another later in the day if needed.</div><div><br></div><div>Thanks,</div></div><div class="gmail_extra"><div><div class="h5"><br><div class="gmail_quote">On Thu, Aug 27, 2015 at 7:49 AM, Vik Killa <span dir="ltr"><<a href="mailto:vipkilla@gmail.com" target="_blank">vipkilla@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><span style="font-size:12.8000001907349px">Definitely not as fancy--I would consider both those methods borderline "hacks" or "work-arounds"</span><div><span style="font-size:12.8000001907349px">Currently I have Kamailio act as registrar and store location information in postgres database.</span></div><div><span style="font-size:12.8000001907349px">I have a custom freeswitch endpoint module which retreives & generates sofia dial-string from postgres location table.</span></div><div><span style="font-size:12.8000001907349px">example:</span></div><div><span style="font-size:12.8000001907349px"><action application="bridge" data="myfancymodule/<a href="mailto:1000@mydomain1.com" target="_blank">1000@mydomain1.com</a>"/><br>would generate equivalent of:<br></span><span style="font-size:12.8000001907349px"><action application="bridge" data="sofia/internal/1000@8.7.6.4:1029;fs_path=mykamailio.server.ip:5060"/></span><span style="font-size:12.8000001907349px"><br></span></div><div><span style="font-size:12.8000001907349px"><br></span></div><div><span style="font-size:12.8000001907349px">I'd consider that a bit more elegant =] but still not as cool as dmq</span></div><div><span style="font-size:12.8000001907349px"><br></span></div><div><span style="font-size:12.8000001907349px"><br></span></div><div><span style="font-size:12.8000001907349px"><br></span></div><div><span style="font-size:12.8000001907349px"><br></span></div><div><span style="font-size:12.8000001907349px"><br></span></div></div><div><div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Aug 27, 2015 at 8:30 AM, Giovanni Maruzzelli <span dir="ltr"><<a href="mailto:gmaruzz@gmail.com" target="_blank">gmaruzz@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span><p dir="ltr"><br>
On Aug 27, 2015 2:10 PM, "Vik Killa" <<a href="mailto:vipkilla@gmail.com" target="_blank">vipkilla@gmail.com</a>> wrote:<br>
><br>
> With regard to a clustered setup of FS + Kamailio, I always thought a powerful implementation in freeswitch would be distributed message queue (dmq) to integrate into Kamailio's dmq feature.<br>
> Then all the FreeSWITCH + Kamailio servers in a cluster could then be aware of user location, active calls and even hash table information. <br>
> Call it something like mod_dmq ? <br>
> it could have application calls which return user location data (sort of like sofia_contact()), this way, kamailio can be registrar and freeswitch could be aware of data in real-time.</p>
</span><p dir="ltr">I know is not as fancy as dmq, but for registration awareness you have two other techniques:</p>
<p dir="ltr">1) kamailio/opensips can propagate the registration packets to freeswitches</p>
<p dir="ltr">2) kamailio/opensips can write registrations in the same database table read by freeswitches</p><span><font color="#888888">
<p dir="ltr">-giovanni</p>
</font></span><p dir="ltr"></p><div><div>> I know mod_ampq and/or mod_kazoo exists out there to integrate message queue using RabbitMQ but dmq doesn't require any additional software like RabbitMQ. <br>
> If only I had more time to write such a module... or maybe by chance someone out there with powerful C skills is listening and will write it...<br>
><br>
><br>
><br>
> On Wed, Aug 19, 2015 at 2:05 PM, Brian West <<a href="mailto:brian@freeswitch.org" target="_blank">brian@freeswitch.org</a>> wrote:<br>
>><br>
>> You could get involved in the project and help us out, I'll be sending out another email outlining the next meeting time sometime after the 24th so everyone can have time to digest this and get ducks in a row.<br>
>><br>
>> Thanks,<br>
>><br>
>> On Wed, Aug 19, 2015 at 12:52 PM, Vik Killa <<a href="mailto:vipkilla@gmail.com" target="_blank">vipkilla@gmail.com</a>> wrote:<br>
>>><br>
>>> Not trying to go off topic here but I've been working with clustered setups in a test environment for a while. I had to implement my own code in order to "direct" transferred (SIP REFER) calls properly.<br>
>>> I recently noticed this...<br>
>>> FS-7760 [mod_sofia] Improved the xml fetch lookup for channels on nightmare transfer<br>
>>> Which appears to be a solution to this problem. I haven't tested it yet but I'd love to see a demonstration of this feature and if it is what I think it is, it applies to FS in a clustered environment.<br>
>>><br>
>>><br>
>>><br>
>>><br>
>>> On Wed, Aug 19, 2015 at 1:42 PM, Michael Collins <<a href="mailto:msc@freeswitch.org" target="_blank">msc@freeswitch.org</a>> wrote:<br>
>>>><br>
>>>> This is a great project - it is both practical and cool. I'm very interested in seeing how this plays out. Like many of us I know someone who would be willing to pay money to see this happen.<br>
>>>><br>
>>>> -MC<br>
>>>><br>
>>>> On Tue, Aug 18, 2015 at 7:18 PM, Brian West <<a href="mailto:brian@freeswitch.org" target="_blank">brian@freeswitch.org</a>> wrote:<br>
>>>>><br>
>>>>> Lets schedule call after the 24th sometime, giving everyone enough time to digest the magnitude of what I've proposed here. <br>
>>>>><br>
>>>>><br>
>>>>><br>
>>>>> On Tue, Aug 18, 2015 at 9:06 PM, William King <<a href="mailto:william.king@quentustech.com" target="_blank">william.king@quentustech.com</a>> wrote:<br>
>>>>>><br>
>>>>>> I'm in. There are a few common HA cases I'm aware of, so I think we'll<br>
>>>>>> need to document the pros and cons of the scenarios.<br>
>>>>>><br>
>>>>>> William King<br>
>>>>>> Senior Engineer<br>
>>>>>> Quentus Technologies, INC<br>
>>>>>> 1037 NE 65th St Suite 273<br>
>>>>>> Seattle, WA 98115<br>
>>>>>> Main: <a href="tel:%28877%29%20211-9337" value="+18772119337" target="_blank">(877) 211-9337</a><br>
>>>>>> Office: <a href="tel:%28206%29%20388-4772" value="+12063884772" target="_blank">(206) 388-4772</a><br>
>>>>>> Cell: <a href="tel:%28253%29%20686-5518" value="+12536865518" target="_blank">(253) 686-5518</a><br>
>>>>>> <a href="mailto:william.king@quentustech.com" target="_blank">william.king@quentustech.com</a><br>
>>>>>><br>
>>>>>> On 8/18/15 6:40 PM, Brian West wrote:<br>
>>>>>> > FreeSWITCHers,<br>
>>>>>> ><br>
>>>>>> > Project #1 we discussed at ClueCon 2015 is a complete working HA<br>
>>>>>> > solution, The goal is to have meta packages that will install, configure<br>
>>>>>> > and deploy various HA components with in a controlled environment. but<br>
>>>>>> > not only plugging in FreeSWITCH, but OpenSIPS, Kamailio, Asterisk and<br>
>>>>>> > any other telecom component, This project is ambitious, I would like to<br>
>>>>>> > gauge the community interest and what level of involvement you would<br>
>>>>>> > like to have in this project, I would like to invite any and all open<br>
>>>>>> > source communication software to get involved. A complete centralized,<br>
>>>>>> > configured, deployable solution for everyone to use.<br>
>>>>>> ><br>
>>>>>> > Interested? We can schedule a phone call to discuss this, what would be<br>
>>>>>> > good times for everyone to get involved?<br>
>>>>>> ><br>
>>>>>> > Please reply...<br>
>>>>>> ><br>
>>>>>> > Thanks,<br>
>>>>>> ><br>
>>>>>> > --<br>
>>>>>> ><br>
>>>>>> > */Brian West/*<br>
>>>>>> > <a href="mailto:brian@freeswitch.org" target="_blank">brian@freeswitch.org</a> <mailto:<a href="mailto:brian@freeswitch.org" target="_blank">brian@freeswitch.org</a>><br>
>>>>>> ><br>
>>>>>> ><br>
>>>>>> > */Twitter: @FreeSWITCH , @briankwest/*<br>
>>>>>> > <a href="http://www.freeswitchbook.com" target="_blank">http://www.freeswitchbook.com</a><br>
>>>>>> > <a href="http://www.freeswitchcookbook.com" target="_blank">http://www.freeswitchcookbook.com</a><br>
>>>>>> ><br>
>>>>>> > Got Bugs? Report them here <<a href="https://freeswitch.org/jira" target="_blank">https://freeswitch.org/jira</a>>! |<br>
>>>>>> > Reddit: /r/freeswitch <<a href="https://www.reddit.com/r/freeswitch" target="_blank">https://www.reddit.com/r/freeswitch</a>><br>
>>>>>> ><br>
>>>>>> > *T:*<a href="tel:%2B19184209001" value="+19184209001" target="_blank">+19184209001</a> | *F:*<a href="tel:%2B19184209002" value="+19184209002" target="_blank">+19184209002</a> | *M:*+1918424WEST (9378)<br>
>>>>>> > *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest<br>
>>>>>> ><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>
>>>>>> > 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-dev mailing list<br>
>>>>>> > <a href="mailto:FreeSWITCH-dev@lists.freeswitch.org" target="_blank">FreeSWITCH-dev@lists.freeswitch.org</a><br>
>>>>>> > <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev</a><br>
>>>>>> > UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-dev</a><br>
>>>>>> > <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>
>>>>>> 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-dev mailing list<br>
>>>>>> <a href="mailto:FreeSWITCH-dev@lists.freeswitch.org" target="_blank">FreeSWITCH-dev@lists.freeswitch.org</a><br>
>>>>>> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev</a><br>
>>>>>> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-dev</a><br>
>>>>>> <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
>>>>><br>
>>>>><br>
>>>>><br>
>>>>><br>
>>>>> -- <br>
>>>>><br>
>>>>> Brian West<br>
>>>>> <a href="mailto:brian@freeswitch.org" target="_blank">brian@freeswitch.org</a><br>
>>>>><br>
>>>>><br></div></div><div><div>
>>>>> Twitter: @FreeSWITCH , @briankwest<br>
>>>>> <a href="http://www.freeswitchbook.com" target="_blank">http://www.freeswitchbook.com</a><br>
>>>>> <a href="http://www.freeswitchcookbook.com" target="_blank">http://www.freeswitchcookbook.com</a><br>
>>>>><br>
>>>>> Got Bugs? Report them here! | Reddit: /r/freeswitch<br>
>>>>><br>
>>>>> T:<a href="tel:%2B19184209001" value="+19184209001" target="_blank">+19184209001</a> | F:<a href="tel:%2B19184209002" value="+19184209002" target="_blank">+19184209002</a> | M:+1918424WEST (9378)<br>
>>>>> iNUM:+883 5100 1420 9001 | ISN:410*543 | Skype:briankwest<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>
>>>>> 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-dev mailing list<br>
>>>>> <a href="mailto:FreeSWITCH-dev@lists.freeswitch.org" target="_blank">FreeSWITCH-dev@lists.freeswitch.org</a><br>
>>>>> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev</a><br>
>>>>> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-dev</a><br>
>>>>> <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
>>>>><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>
>>>> 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-dev mailing list<br>
>>>> <a href="mailto:FreeSWITCH-dev@lists.freeswitch.org" target="_blank">FreeSWITCH-dev@lists.freeswitch.org</a><br>
>>>> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev</a><br>
>>>> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-dev</a><br>
>>>> <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
>>>><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>
>>> 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-dev mailing list<br>
>>> <a href="mailto:FreeSWITCH-dev@lists.freeswitch.org" target="_blank">FreeSWITCH-dev@lists.freeswitch.org</a><br>
>>> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev</a><br>
>>> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-dev</a><br>
>>> <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
>>><br>
>><br>
>><br>
>><br>
>> -- <br>
>><br>
>> Brian West<br>
>> <a href="mailto:brian@freeswitch.org" target="_blank">brian@freeswitch.org</a><br>
>><br>
>><br>
>> Twitter: @FreeSWITCH , @briankwest<br>
>> <a href="http://www.freeswitchbook.com" target="_blank">http://www.freeswitchbook.com</a><br>
>> <a href="http://www.freeswitchcookbook.com" target="_blank">http://www.freeswitchcookbook.com</a><br>
>><br>
>> Got Bugs? Report them here! | Reddit: /r/freeswitch<br>
>><br>
>> T:<a href="tel:%2B19184209001" value="+19184209001" target="_blank">+19184209001</a> | F:<a href="tel:%2B19184209002" value="+19184209002" target="_blank">+19184209002</a> | M:+1918424WEST (9378)<br>
>> iNUM:+883 5100 1420 9001 | ISN:410*543 | Skype:briankwest<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>
>> 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-dev mailing list<br>
>> <a href="mailto:FreeSWITCH-dev@lists.freeswitch.org" target="_blank">FreeSWITCH-dev@lists.freeswitch.org</a><br>
>> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev</a><br>
>> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-dev</a><br>
>> <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
>><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>
> 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-dev mailing list<br>
> <a href="mailto:FreeSWITCH-dev@lists.freeswitch.org" target="_blank">FreeSWITCH-dev@lists.freeswitch.org</a><br>
> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev</a><br>
> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-dev</a><br>
> <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
><br>
</div></div><p></p>
<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" rel="noreferrer" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" rel="noreferrer" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" rel="noreferrer" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-dev mailing list<br>
<a href="mailto:FreeSWITCH-dev@lists.freeswitch.org" target="_blank">FreeSWITCH-dev@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-dev" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-dev</a><br>
<a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br></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" rel="noreferrer" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" rel="noreferrer" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" rel="noreferrer" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-dev mailing list<br>
<a href="mailto:FreeSWITCH-dev@lists.freeswitch.org" target="_blank">FreeSWITCH-dev@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-dev" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-dev</a><br>
<a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br></div></div><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr">
<p><font face="courier new, monospace"><b><i><font size="4">Brian West</font></i></b><br><span style="font-size:x-small"><a href="mailto:brian@freeswitch.org" target="_blank">brian@freeswitch.org</a></span></font></p>
<p><font face="courier new, monospace" size="1"><img src="http://billing.freeswitch.org/templates/default/img/whmcslogo.png"><br></font></p><span class=""><p><font face="monospace, monospace" size="2"><b><i>Twitter: @FreeSWITCH , @briankwest</i></b><br><a href="http://www.freeswitchbook.com" target="_blank">http://www.freeswitchbook.com</a><br><a href="http://www.freeswitchcookbook.com" target="_blank">http://www.freeswitchcookbook.com</a></font></p><p><font face="monospace, monospace">Got Bugs? Report them <a href="https://freeswitch.org/jira" target="_blank">here</a>! | Reddit: <a href="https://www.reddit.com/r/freeswitch" target="_blank">/r/freeswitch</a></font></p>
<p><font face="monospace, monospace" size="2"><b>T:</b><a href="tel:%2B19184209001" value="+19184209001" target="_blank">+19184209001</a> | <b>F:</b><a href="tel:%2B19184209002" value="+19184209002" target="_blank">+19184209002</a> | <b>M:</b>+1918424WEST (9378)<br><b>iNUM:</b>+883 5100 1420 9001 | <b>ISN:</b>410*543 | <b>Skype:</b>briankwest</font></p></span></div></div></div></div></div></div></div></div></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" rel="noreferrer" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" rel="noreferrer" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" rel="noreferrer" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-dev mailing list<br>
<a href="mailto:FreeSWITCH-dev@lists.freeswitch.org">FreeSWITCH-dev@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-dev" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-dev</a><br>
<a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature">Sincerely,<br><br>Giovanni Maruzzelli<br>Cell : +39-347-2665618<br></div>
</div>