<div dir="ltr">







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