<p dir="ltr">Hi, Stanislav,</p>
<p dir="ltr">Okay, I'll take a stab at it some time between tonight and tomorrow, then.</p>
<p dir="ltr">You still have access to the equipment at Scaleway, right?</p>
<p dir="ltr">BTW it shouldn't matter, but, what version of spandsp, what Linux distro, what libc is on that host, etc.? Also, could you send me the output of "gcc -v" and "uname -i"? Thanks.</p>
<p dir="ltr">- Larry</p>
<div class="gmail_quote">On Dec 16, 2015 17:31, "Stanislav Sinyagin" <<a href="mailto:ssinyagin@gmail.com">ssinyagin@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I tried to reach Steve on Sunday, but no success so far.<br>
<br>
On Wed, Dec 16, 2015 at 12:25 AM, Larry Morley<br>
<<a href="mailto:lmorley@neny.cslimits.net">lmorley@neny.cslimits.net</a>> wrote:<br>
> Stanislav,<br>
><br>
> Sometime in the next few days I need to spend some quality time with that<br>
> code, out of sheer curiosity if for no other reason. There are a few things<br>
> in that code that have me - uh, stumped , to put it mildly.<br>
><br>
> Would you do me a favor, and if you do hear back from the author /<br>
> maintainer, let me know what he says? Or when he fixes it?<br>
><br>
> Thanks ,<br>
> Larry<br>
><br>
> On Dec 14, 2015 3:16 PM, "Stanislav Sinyagin" <<a href="mailto:ssinyagin@gmail.com">ssinyagin@gmail.com</a>> wrote:<br>
>><br>
>> Larry, here it's just a pointer that is 16bit aligned, and is given to a<br>
>> function that tries to treat it as an array of 32bit values. See my new<br>
>> comment in the ticket. We just need the module author to fix this, as it's<br>
>> difficult to figure out why some ifdefs have "x" at the end.<br>
>><br>
>> On 14 Dec 2015 19:03, "Larry Morley" <<a href="mailto:lmorley@neny.cslimits.net">lmorley@neny.cslimits.net</a>> wrote:<br>
>>><br>
>>> Stanislav,<br>
>>><br>
>>> I saw that; what I was saying was it looked to me like the processor was<br>
>>> interpreting data as code and it happened to work out that the bit pattern<br>
>>> for that data and for LDC/STC are the same. I've run into problems before<br>
>>> where misaligned inductions have resulted in an ARM processor either<br>
>>> ignoring the improperly aligned portion of an instruction or treating it as<br>
>>> data.<br>
>>><br>
>>> If you disassemble the code around where it traps, what does the listing<br>
>>> show the processor is trying to execute?<br>
>>><br>
>>> One additional thought - if you're concerned that calloc() or malloc() is<br>
>>> returning a pointer that's improperly aligned, you could always supply<br>
>>> your own temporarily and see if the problem goes away.<br>
>>><br>
>>> - Larry<br>
>>><br>
>>> On Dec 13, 2015 4:19 AM, "Stanislav Sinyagin" <<a href="mailto:ssinyagin@gmail.com">ssinyagin@gmail.com</a>><br>
>>> wrote:<br>
>>>><br>
>>>> See the bottom of the bug description. There's a mismatch between a<br>
>>>> 16bit integer array and a function that treats it as array of 32bit floats.<br>
>>>><br>
>>>> On 13 Dec 2015 3:30 am, "Larry Morley" <<a href="mailto:lmorley@neny.cslimits.net">lmorley@neny.cslimits.net</a>><br>
>>>> wrote:<br>
>>>>><br>
>>>>> According to the ARM docs, the instruction in question decodes to<br>
>>>>> "coprocessor data transfer (LDC, STC)". The way that instruction is encoded<br>
>>>>> (with the first four bits == xE), the instruction will be executed every<br>
>>>>> time it's encountered (i.e., not conditionally).<br>
>>>>><br>
>>>>> Stanislav, you said you thought the trap was related to HD math and not<br>
>>>>> alignment. Based on what that instruction apparently is, it looks to me like<br>
>>>>> you were on the right track.<br>
>>>>><br>
>>>>> Do all ARM variants have an FPU, and if not, could this problem stem<br>
>>>>> from configure et al. determining there's an FPU on a platform where there<br>
>>>>> isn't one?<br>
>>>>><br>
>>>>> Hope this helps someone find and eradicate this bug.<br>
>>>>><br>
>>>>> - Larry<br>
>>>>><br>
>>>>> On Dec 12, 2015 7:04 PM, "Stanislav Sinyagin" <<a href="mailto:ssinyagin@gmail.com">ssinyagin@gmail.com</a>><br>
>>>>> wrote:<br>
>>>>>><br>
>>>>>> <a href="https://freeswitch.org/jira/browse/FS-8651" rel="noreferrer" target="_blank">https://freeswitch.org/jira/browse/FS-8651</a><br>
>>>>>> the source of the problem is quite deep in the sources of spandsp, so<br>
>>>>>> I can't offer a fix.<br>
>>>>>><br>
>>>>>><br>
>>>>>> On Thu, Dec 10, 2015 at 10:49 PM, Komar, Jason <<a href="mailto:jkomar@jbox.ca">jkomar@jbox.ca</a>> wrote:<br>
>>>>>> > I get nothing in debug or sip trace. It always dies at<br>
>>>>>> > mod_spandsp_fax so I<br>
>>>>>> > figured it was in that module. At that point freeswitch just<br>
>>>>>> > restarts<br>
>>>>>> > without throwing any errors.<br>
>>>>>> ><br>
>>>>>> > Kernel log shows:<br>
>>>>>> ><br>
>>>>>> > Dec 10 14:16:17 antman kernel: [ 5949.832802] Alignment trap: not<br>
>>>>>> > handling<br>
>>>>>> > instruction ecb17a01 at [<b44fe32c>]<br>
>>>>>> > Dec 10 14:16:17 antman kernel: [ 5949.834290] Unhandled fault:<br>
>>>>>> > alignment<br>
>>>>>> > exception (0x001) at 0xb4546e4a<br>
>>>>>> ><br>
>>>>>> > The only part of the exception that is the same every time it<br>
>>>>>> > happens is<br>
>>>>>> > "instruction ecb17a01."<br>
>>>>>> ><br>
>>>>>> > I would have just opened a JIRA, but I didn't think this was enough<br>
>>>>>> > information. I have been Googling trying to figure out how to get<br>
>>>>>> > more info.<br>
>>>>>> ><br>
>>>>>> > Jason<br>
>>>>>> ><br>
>>>>>> ><br>
>>>>>> > On Thu, Dec 10, 2015 at 2:37 PM, Stanislav Sinyagin<br>
>>>>>> > <<a href="mailto:ssinyagin@gmail.com">ssinyagin@gmail.com</a>><br>
>>>>>> > wrote:<br>
>>>>>> >><br>
>>>>>> >> Hi, I didn't see any errors, but I'm not using fax, and mostly it's<br>
>>>>>> >> bridging the calls and connecting users to a conference. Do you<br>
>>>>>> >> have more<br>
>>>>>> >> debugging information?<br>
>>>>>> >><br>
>>>>>> >> Most probably the source of the problem is that x86 allows<br>
>>>>>> >> unaligned<br>
>>>>>> >> memory access: a word pointer can have any value. And other<br>
>>>>>> >> architectures<br>
>>>>>> >> don't allow this, and require the pointers to be aligned to word<br>
>>>>>> >> boundaries.<br>
>>>>>> >> Mongodb, for example, is known to fail on any non-x86 CPU because<br>
>>>>>> >> of that.<br>
>>>>>> >><br>
>>>>>> >> So, probably mod_spandsp needs an audit.<br>
>>>>>> >><br>
>>>>>> >> On 10 Dec 2015 21:11, "Komar, Jason" <<a href="mailto:jkomar@jbox.ca">jkomar@jbox.ca</a>> wrote:<br>
>>>>>> >>><br>
>>>>>> >>> Your instructions worked great for me building on/for my Odroid-U3<br>
>>>>>> >>> (arm)<br>
>>>>>> >>> running Debian Jessie.<br>
>>>>>> >>><br>
>>>>>> >>> I know you are running on arm at scaleway. Do you ever run into<br>
>>>>>> >>> any<br>
>>>>>> >>> alignment issues? I'm getting alignment exception faults receiving<br>
>>>>>> >>> faxes and<br>
>>>>>> >>> I'm having trouble pulling any useful debug messages.<br>
>>>>>> >>><br>
>>>>>> >>> Thanks,<br>
>>>>>> >>> Jason<br>
>>>>>> >>><br>
>>>>>> >>> On Mon, Nov 30, 2015 at 9:27 AM, Stanislav Sinyagin<br>
>>>>>> >>> <<a href="mailto:ssinyagin@gmail.com">ssinyagin@gmail.com</a>><br>
>>>>>> >>> wrote:<br>
>>>>>> >>>><br>
>>>>>> >>>> hi,<br>
>>>>>> >>>><br>
>>>>>> >>>> I put together the build scenario that I tested for ARM (armhf at<br>
>>>>>> >>>> <a href="http://scaleway.com" rel="noreferrer" target="_blank">scaleway.com</a>), and it should also work for other architectures:<br>
>>>>>> >>>><br>
>>>>>> >>>><br>
>>>>>> >>>><br>
>>>>>> >>>> <a href="https://freeswitch.org/confluence/display/FREESWITCH/Building+debs+for+other+architectures" rel="noreferrer" target="_blank">https://freeswitch.org/confluence/display/FREESWITCH/Building+debs+for+other+architectures</a><br>
>>>>>> >>>><br>
>>>>>> >>>> It will be great if someone tests them on other architectures<br>
>>>>>> >>>> too.<br>
>>>>>> >>>><br>
>>>>>> >>>><br>
>>>>>> >>>> cheers,<br>
>>>>>> >>>> stanislav<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" 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://confluence.freeswitch.org" rel="noreferrer" target="_blank">http://confluence.freeswitch.org</a><br>
>>>>>> >>>> <a href="http://www.cluecon.com" rel="noreferrer" 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" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
>>>>>> >>>><br>
>>>>>> >>>> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
>>>>>> >>>> <a href="http://www.freeswitch.org" rel="noreferrer" 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" 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://confluence.freeswitch.org" rel="noreferrer" target="_blank">http://confluence.freeswitch.org</a><br>
>>>>>> >>> <a href="http://www.cluecon.com" rel="noreferrer" 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" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
>>>>>> >>><br>
>>>>>> >>> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
>>>>>> >>> <a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><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" 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://confluence.freeswitch.org" rel="noreferrer" target="_blank">http://confluence.freeswitch.org</a><br>
>>>>>> >> <a href="http://www.cluecon.com" rel="noreferrer" 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" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
>>>>>> >><br>
>>>>>> >> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
>>>>>> >> <a href="http://www.freeswitch.org" rel="noreferrer" 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" 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://confluence.freeswitch.org" rel="noreferrer" target="_blank">http://confluence.freeswitch.org</a><br>
>>>>>> > <a href="http://www.cluecon.com" rel="noreferrer" 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" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
>>>>>> ><br>
>>>>>> > UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
>>>>>> > <a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><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" 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://confluence.freeswitch.org" rel="noreferrer" target="_blank">http://confluence.freeswitch.org</a><br>
>>>>>> <a href="http://www.cluecon.com" rel="noreferrer" 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" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
>>>>>><br>
>>>>>> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
>>>>>> <a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><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" 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://confluence.freeswitch.org" rel="noreferrer" target="_blank">http://confluence.freeswitch.org</a><br>
>>>>> <a href="http://www.cluecon.com" rel="noreferrer" 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" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
>>>>><br>
>>>>> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
>>>>> <a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><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" 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://confluence.freeswitch.org" rel="noreferrer" target="_blank">http://confluence.freeswitch.org</a><br>
>>>> <a href="http://www.cluecon.com" rel="noreferrer" 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" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
>>>> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
>>>> <a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><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" 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://confluence.freeswitch.org" rel="noreferrer" target="_blank">http://confluence.freeswitch.org</a><br>
>>> <a href="http://www.cluecon.com" rel="noreferrer" 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" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
>>> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
>>> <a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><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" 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://confluence.freeswitch.org" rel="noreferrer" target="_blank">http://confluence.freeswitch.org</a><br>
>> <a href="http://www.cluecon.com" rel="noreferrer" 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" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
>> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
>> <a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><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" 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://confluence.freeswitch.org" rel="noreferrer" target="_blank">http://confluence.freeswitch.org</a><br>
> <a href="http://www.cluecon.com" rel="noreferrer" 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" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
> <a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><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" 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://confluence.freeswitch.org" rel="noreferrer" target="_blank">http://confluence.freeswitch.org</a><br>
<a href="http://www.cluecon.com" rel="noreferrer" 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" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
</blockquote></div>