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