Nevermind.<br>It&#39;s still not working.<div><br></div><div>Couple of questions:</div><div>I&#39;m writing this I&#39;m c++. Could that be causing problems?</div>Here&#39;s my makefile. Is anything obvs causing trouble here:<div><br></div><div>BASE=../../../..</div><div>include $(BASE)/build/modmake.rules</div><div>LOCAL_CFLAGS=-I./include -std=c++0x -DBUILD_VERSION=\&quot;$(BUILD_VERSION)\&quot; -Iinclude$(LOCAL_CFLAGS_$(ARCH)) -fpermissive</div><div>LOCAL_LDFLAGS+=-lboost_program_options</div><div>strategy.o: strategy.cpp</div><div>ladspa_strategy.o: ladspa_strategy.cpp</div><div>dsp_strategy.o: dsp_strategy.cpp</div><div>param_strategy.o: param_strategy.cpp</div><div>load.o: load.cpp</div><div>tokenizer.o: tokenizer.cpp</div><div>validators.o: validators.cpp</div><div>LOCAL_OBJS+=ladspa_strategy.o strategy.o dsp_strategy.o load.o tokenizer.o param_strategy.o</div><div>local_depend: $(LOCAL_OBJS)</div><div><br></div><div>Thanks, Chris<span></span></div><div><br></div><div><br></div><div><br></div><div>On Friday, March 4, 2016, Chris Mandra &lt;<a href="mailto:mandra@gmail.com">mandra@gmail.com</a>&gt; wrote:<br></div><div><div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">So here&#39;s another wrinkle. I&#39;ve removed my module from the system, recreated it fresh with a new filename (and internal names where apropos) and it&#39;s reloading is working properly now. Same code. How is this possible? <div>Thanks, </div><div>Chris<br><br>On Thursday, March 3, 2016, Chris Mandra &lt;<a href="javascript:_e(%7B%7D,&#39;cvml&#39;,&#39;mandra@gmail.com&#39;);" target="_blank">mandra@gmail.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Does that make anything come to mind?<br><br>On Wednesday, March 2, 2016, Chris Mandra &lt;<a>mandra@gmail.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">1.6</div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Mar 2, 2016 at 11:57 AM, Ken Rice <span dir="ltr">&lt;<a>krice@freeswitch.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div lang="EN-US" link="blue" vlink="purple"><div><p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:#1f497d">What version of FreeSWITCH are you building this against? <u></u><u></u></span></p><p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:#1f497d"><u></u> <u></u></span></p><p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:#1f497d"><u></u> <u></u></span></p><p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:#1f497d"><u></u> <u></u></span></p><p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:#1f497d"><u></u> <u></u></span></p><p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:#1f497d"><u></u> <u></u></span></p><p class="MsoNormal"><b><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif">From:</span></b><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif"> <a>freeswitch-users-bounces@lists.freeswitch.org</a> [mailto:<a>freeswitch-users-bounces@lists.freeswitch.org</a>] <b>On Behalf Of </b>Chris Mandra<br><b>Sent:</b> Wednesday, March 2, 2016 10:37 AM<span><br><b>To:</b> FreeSWITCH Users Help &lt;<a>freeswitch-users@lists.freeswitch.org</a>&gt;<br></span><b>Subject:</b> [Freeswitch-users] module question<u></u><u></u></span></p><div><div><p class="MsoNormal"><u></u> <u></u></p><p class="MsoNormal">I unload, wipe the file reload and it says it&#39;s reloaded <br>This makes no sense<br>On Wednesday, March 2, 2016, Nathan Neulinger &lt;<a>nneul@mst.edu</a>&gt; wrote:<u></u><u></u></p><blockquote style="border:none;border-left:solid #cccccc 1.0pt;padding:0in 0in 0in 6.0pt;margin-left:4.8pt;margin-right:0in"><p class="MsoNormal">I think he said earlier that if he shuts down completely, it works fine, but he&#39;s wanting to be able to reload on the<br>fly to test new changes.<br><br>-- Nathan<br><br>On 03/02/2016 08:59 AM, Ken Rice wrote:<br>&gt; Have you completely shut FreeSwitch down?  There is a chance when you unload a module, that module doesn’t actually<br>&gt; unload, its still loaded, just deactivated. You can easily verify this by making sure the .so for the module is gone,<br>&gt; and restarting FreeSWITCH completely.<br>&gt;<br>&gt; *From:*<a>freeswitch-users-bounces@lists.freeswitch.org</a> [<a>mailto:freeswitch-users-bounces@lists.freeswitch.org</a>] *On Behalf<br>&gt; Of *Chris Mandra<br>&gt; *Sent:* Wednesday, March 2, 2016 8:30 AM<br>&gt; *To:* FreeSWITCH Users Help &lt;<a>freeswitch-users@lists.freeswitch.org</a>&gt;<br>&gt; *Subject:* Re: [Freeswitch-users] module question<br>&gt;<br>&gt; No, not chroot&#39;d. I&#39;m compiling a bunch of my own classes, could be my makefile?<br>&gt;<br>&gt; On Wednesday, March 2, 2016, Nathan Neulinger &lt;<a>nneul@mst.edu &lt;mailto:nneul@mst.edu</a>&gt;&gt; wrote:<br>&gt;<br>&gt;     Is there any chance you are running freeswitch chroot&#39;d?<br>&gt;<br>&gt;     On 03/02/2016 06:14 AM, Chris Mandra wrote:<br>&gt;      &gt; Thank you for writing Stephen, I&#39;ve already tried that, and that&#39;s how I know it&#39;s reporting what it&#39;s reporting<br>&gt;     and how<br>&gt;      &gt; it doesn&#39;t make any sense.<br>&gt;      &gt;<br>&gt;      &gt; Fs is reporting this: /usr/local/freeswitch/mod/mod_test_dsp.so<br>&gt;      &gt;<br>&gt;      &gt; however that file doesn’t even exist<br>&gt;      &gt;<br>&gt;      &gt; and yet it still says it’s loading it<br>&gt;      &gt;<br>&gt;      &gt; how is that possible?<br>&gt;      &gt;<br>&gt;      &gt;<br>&gt;      &gt; On Wednesday, March 2, 2016, Steven Ayre &lt;<a>steveayre@gmail.com &lt;javascript:;</a>&gt; &lt;<a>mailto:steveayre@gmail.com<br></a>&gt;     &lt;javascript:;&gt;&gt;&gt; wrote:<br>&gt;      &gt;<br>&gt;      &gt;     When the file is loaded use find FreeSWITCH&#39;s PID and then use the &#39;lsof -p $PID | grep mod_&#39; command...<br>&gt;     it&#39;ll show<br>&gt;      &gt;     you a list of the modules FreeSWITCH currently has loaded. See if it&#39;s loading from a different path that way.<br>&gt;      &gt;<br>&gt;      &gt;     On 2 March 2016 at 02:52, Chris Mandra &lt;<a>mandra@gmail.com &lt;javascript:;</a>&gt;<br>&gt;     &lt;javascript:_e(%7B%7D,&#39;cvml&#39;,&#39;<a>mandra@gmail.com</a> &lt;javascript:;&gt;&#39;);&gt;&gt; wrote:<br>&gt;      &gt;<br>&gt;      &gt;         Any other ideas?<br>&gt;      &gt;<br>&gt;      &gt;<br>&gt;      &gt;         On Tuesday, March 1, 2016, Chris Mandra &lt;<a>mandra@gmail.com &lt;javascript:;</a>&gt;<br>&gt;     &lt;javascript:_e(%7B%7D,&#39;cvml&#39;,&#39;<a>mandra@gmail.com</a> &lt;javascript:;&gt;&#39;);&gt;&gt; wrote:<br>&gt;      &gt;<br>&gt;      &gt;             Thanks for your responses so far guys. Italo, its only built from source so I don&#39;t think that&#39;s the<br>&gt;     issue.<br>&gt;      &gt;             This is baffling. I&#39;ve tried it in more one machine, same result.<br>&gt;      &gt;<br>&gt;      &gt;             On Tuesday, March 1, 2016, Chris Mandra &lt;<a>mandra@gmail.com &lt;javascript:;</a>&gt;&gt; wrote:<br>&gt;      &gt;<br>&gt;      &gt;                 So, FS is reporting<br>&gt;      &gt;<br>&gt;      &gt;                 reporting this: /usr/local/freeswitch/mod/mod_test_dsp.so<br>&gt;      &gt;<br>&gt;      &gt;                 however that file doesn’t even exist<br>&gt;      &gt;<br>&gt;      &gt;                 and yet it still says it’s loading it<br>&gt;      &gt;<br>&gt;      &gt;                 how is that possible?<br>&gt;      &gt;<br>&gt;      &gt;<br>&gt;      &gt;                 On Tue, Mar 1, 2016 at 12:34 PM, Nathan Neulinger &lt;<a>nneul@mst.edu &lt;javascript:;</a>&gt;&gt; wrote:<br>&gt;      &gt;<br>&gt;      &gt;<br>&gt;      &gt;<br>&gt;      &gt;                     On 03/01/2016 09:41 AM, Chris Mandra wrote:<br>&gt;      &gt;                     &gt; thanks for the reply Nathan - this is really weird:<br>&gt;      &gt;                     &gt;<br>&gt;      &gt;                     &gt; after i remove the .so files (and make sure they&#39;re gone from my disk)  it still reports it<br>&gt;     successfully reloads<br>&gt;      &gt;                     &gt;<br>&gt;      &gt;<br>&gt;      &gt;                     Ok, so issue &#39;lsof -p PID_OF_FREESWITCH&#39; and look for the path to the .so file that it<br>&gt;     loaded. It&#39;s<br>&gt;      &gt;                     likely pulling it in<br>&gt;      &gt;                     from a different location.<br>&gt;      &gt;<br>&gt;      &gt;                     Or &#39;strace -v -f -s 500 -o /tmp/trc -p PID_OF_FREESWITCH&#39;, then issue the reload, then kill the<br>&gt;      &gt;                     strace and look for what<br>&gt;      &gt;                     file/path it searched/etc.<br>&gt;      &gt;<br>&gt;      &gt;                     -- Nathan<br>&gt;      &gt;<br>&gt;      &gt;                     ------------------------------------------------------------<br>&gt;      &gt;                     Nathan Neulinger <a>nneul@mst.edu</a> &lt;javascript:;&gt;<br>&gt;      &gt;                     Missouri S&amp;T Information Technology <a href="tel:%28573%29%20612-1412" value="+15736121412" target="_blank">(573) 612-1412</a> &lt;<a href="tel:%28573%29%20612-1412" target="_blank">tel:%28573%29%20612-1412</a>&gt;<br>&gt;      &gt;                     System Administrator - Architect<br>&gt;      &gt;<br>&gt;      &gt;                     _________________________________________________________________________<br>&gt;      &gt;                     Professional FreeSWITCH Consulting Services:<br>&gt;      &gt; <a>consulting@freeswitch.org</a> &lt;javascript:;&gt;<br>&gt;      &gt; <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>&gt;      &gt;<br>&gt;      &gt;                     Official FreeSWITCH Sites<br>&gt;      &gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>&gt;      &gt; <a href="http://confluence.freeswitch.org" target="_blank">http://confluence.freeswitch.org</a><br>&gt;      &gt; <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>&gt;      &gt;<br>&gt;      &gt;                     FreeSWITCH-users mailing list<br>&gt;      &gt; <a>FreeSWITCH-users@lists.freeswitch.org</a> &lt;javascript:;&gt;<br>&gt;      &gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>&gt;      &gt;                     UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>&gt;      &gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>&gt;      &gt;<br>&gt;      &gt;<br>&gt;      &gt;<br>&gt;      &gt;<br>&gt;      &gt;                 --<br>&gt;      &gt;                 mandra<br>&gt;      &gt;                 c:<a href="tel:410.258.5281" value="+14102585281" target="_blank">410.258.5281</a> &lt;<a href="tel:410.258.5281" target="_blank">tel:410.258.5281</a>&gt;<br>&gt;      &gt;<br>&gt;      &gt;<br>&gt;      &gt;<br>&gt;      &gt;             --<br>&gt;      &gt;             mandra<br>&gt;      &gt;             c:<a href="tel:410.258.5281" value="+14102585281" target="_blank">410.258.5281</a> &lt;<a href="tel:410.258.5281" target="_blank">tel:410.258.5281</a>&gt;<br>&gt;      &gt;<br>&gt;      &gt;<br>&gt;      &gt;<br>&gt;      &gt;         --<br>&gt;      &gt;         mandra<br>&gt;      &gt;         c:<a href="tel:410.258.5281" value="+14102585281" target="_blank">410.258.5281</a> &lt;<a href="tel:410.258.5281" target="_blank">tel:410.258.5281</a>&gt;<br>&gt;      &gt;<br>&gt;      &gt;         _________________________________________________________________________<br>&gt;      &gt;         Professional FreeSWITCH Consulting Services:<br>&gt;      &gt; <a>consulting@freeswitch.org</a> &lt;javascript:;&gt; &lt;javascript:_e(%7B%7D,&#39;cvml&#39;,&#39;<a>consulting@freeswitch.org</a> &lt;javascript:;&gt;&#39;);&gt;<br>&gt;      &gt; <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>&gt;      &gt;<br>&gt;      &gt;         Official FreeSWITCH Sites<br>&gt;      &gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>&gt;      &gt; <a href="http://confluence.freeswitch.org" target="_blank">http://confluence.freeswitch.org</a><br>&gt;      &gt; <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>&gt;      &gt;<br>&gt;      &gt;         FreeSWITCH-users mailing list<br>&gt;      &gt; <a>FreeSWITCH-users@lists.freeswitch.org</a> &lt;javascript:;&gt;<br>&gt;     &lt;javascript:_e(%7B%7D,&#39;cvml&#39;,&#39;<a>FreeSWITCH-users@lists.freeswitch.org</a> &lt;javascript:;&gt;&#39;);&gt;<br>&gt;      &gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>&gt;      &gt;         UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>&gt;      &gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>&gt;      &gt;<br>&gt;      &gt;<br>&gt;      &gt;<br>&gt;      &gt;<br>&gt;      &gt; --<br>&gt;      &gt; mandra<br>&gt;      &gt; c:<a href="tel:410.258.5281" value="+14102585281" target="_blank">410.258.5281</a><br>&gt;      &gt;<br>&gt;      &gt;<br>&gt;      &gt; _________________________________________________________________________<br>&gt;      &gt; Professional FreeSWITCH Consulting Services:<br>&gt;      &gt; <a>consulting@freeswitch.org</a> &lt;javascript:;&gt;<br>&gt;      &gt; <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>&gt;      &gt;<br>&gt;      &gt; Official FreeSWITCH Sites<br>&gt;      &gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>&gt;      &gt; <a href="http://confluence.freeswitch.org" target="_blank">http://confluence.freeswitch.org</a><br>&gt;      &gt; <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>&gt;      &gt;<br>&gt;      &gt; FreeSWITCH-users mailing list<br>&gt;      &gt; <a>FreeSWITCH-users@lists.freeswitch.org</a> &lt;javascript:;&gt;<br>&gt;      &gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>&gt;      &gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>&gt;      &gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>&gt;      &gt;<br>&gt;<br>&gt;     --<br>&gt;     ------------------------------------------------------------<br>&gt;     Nathan Neulinger <a>nneul@mst.edu</a> &lt;javascript:;&gt;<br>&gt;     Missouri S&amp;T Information Technology    <a href="tel:%28573%29%20612-1412" value="+15736121412" target="_blank">(573) 612-1412</a><br>&gt;     System Administrator - Architect<br>&gt;<br>&gt;     _________________________________________________________________________<br>&gt;     Professional FreeSWITCH Consulting Services:<br>&gt;     <a>consulting@freeswitch.org</a> &lt;javascript:;&gt;<br>&gt;     <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>&gt;<br>&gt;     Official FreeSWITCH Sites<br>&gt;     <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>&gt;     <a href="http://confluence.freeswitch.org" target="_blank">http://confluence.freeswitch.org</a><br>&gt;     <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>&gt;<br>&gt;     FreeSWITCH-users mailing list<br>&gt;     <a>FreeSWITCH-users@lists.freeswitch.org</a> &lt;javascript:;&gt;<br>&gt;     <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>&gt;     UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>&gt;     <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>&gt;<br>&gt;<br>&gt;<br>&gt; --<br>&gt; mandra<br>&gt; c:<a href="tel:410.258.5281" value="+14102585281" target="_blank">410.258.5281</a><br>&gt;<br>&gt;<br>&gt;<br>&gt; _________________________________________________________________________<br>&gt; Professional FreeSWITCH Consulting Services:<br>&gt; <a>consulting@freeswitch.org</a><br>&gt; <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>&gt;<br>&gt; Official FreeSWITCH Sites<br>&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>&gt; <a href="http://confluence.freeswitch.org" target="_blank">http://confluence.freeswitch.org</a><br>&gt; <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>&gt;<br>&gt; FreeSWITCH-users mailing list<br>&gt; <a>FreeSWITCH-users@lists.freeswitch.org</a><br>&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>&gt;<br><br>--<br>------------------------------------------------------------<br>Nathan Neulinger                       <a>nneul@mst.edu</a><br>Missouri S&amp;T Information Technology    <a href="tel:%28573%29%20612-1412" value="+15736121412" target="_blank">(573) 612-1412</a><br>System Administrator - Architect<br><br>_________________________________________________________________________<br>Professional FreeSWITCH Consulting Services:<br><a>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://confluence.freeswitch.org" target="_blank">http://confluence.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>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><u></u><u></u></p></blockquote><p class="MsoNormal"><br><br>-- <br>mandra<br>c:<a href="tel:410.258.5281" value="+14102585281" target="_blank">410.258.5281</a><u></u><u></u></p></div></div></div></div><br>_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a>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>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><br><br clear="all"><div><br></div>-- <br><div>mandra<br>c:410.258.5281</div>
</div>
</blockquote><br><br>-- <br>mandra<br>c:410.258.5281<br>
</blockquote></div><br><br>-- <br>mandra<br>c:410.258.5281<br>
</blockquote></div></div><br><br>-- <br>mandra<br>c:410.258.5281<br>