<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman",serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.msonormal0, li.msonormal0, div.msonormal0
        {mso-style-name:msonormal;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:12.0pt;
        font-family:"Times New Roman",serif;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;
        font-family:"Calibri",sans-serif;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D'>Have you completely shut FreeSwitch down? There is a chance when you unload a module, that module doesn’t actually unload, its still loaded, just deactivated. You can easily verify this by making sure the .so for the module is gone, and restarting FreeSWITCH completely.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><b><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'>From:</span></b><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'> freeswitch-users-bounces@lists.freeswitch.org [mailto:freeswitch-users-bounces@lists.freeswitch.org] <b>On Behalf Of </b>Chris Mandra<br><b>Sent:</b> Wednesday, March 2, 2016 8:30 AM<br><b>To:</b> FreeSWITCH Users Help <freeswitch-users@lists.freeswitch.org><br><b>Subject:</b> Re: [Freeswitch-users] module question<o:p></o:p></span></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>No, not chroot'd. I'm compiling a bunch of my own classes, could be my makefile?<br><br>On Wednesday, March 2, 2016, Nathan Neulinger <<a href="mailto:nneul@mst.edu">nneul@mst.edu</a>> wrote:<o:p></o:p></p><blockquote style='border:none;border-left:solid #CCCCCC 1.0pt;padding:0in 0in 0in 6.0pt;margin-left:4.8pt;margin-top:5.0pt;margin-right:0in;margin-bottom:5.0pt'><p class=MsoNormal>Is there any chance you are running freeswitch chroot'd?<br><br>On 03/02/2016 06:14 AM, Chris Mandra wrote:<br>> Thank you for writing Stephen, I've already tried that, and that's how I know it's reporting what it's reporting and how<br>> it doesn't make any sense.<br>><br>> Fs is reporting this: /usr/local/freeswitch/mod/mod_test_dsp.so<br>><br>> however that file doesn’t even exist<br>><br>> and yet it still says it’s loading it<br>><br>> how is that possible?<br>><br>><br>> On Wednesday, March 2, 2016, Steven Ayre <<a href="javascript:;">steveayre@gmail.com</a> <mailto:<a href="javascript:;">steveayre@gmail.com</a>>> wrote:<br>><br>> When the file is loaded use find FreeSWITCH's PID and then use the 'lsof -p $PID | grep mod_' command... it'll show<br>> you a list of the modules FreeSWITCH currently has loaded. See if it's loading from a different path that way.<br>><br>> On 2 March 2016 at 02:52, Chris Mandra <<a href="javascript:;">mandra@gmail.com</a> <javascript:_e(%7B%7D,'cvml','<a href="javascript:;">mandra@gmail.com</a>');>> wrote:<br>><br>> Any other ideas?<br>><br>><br>> On Tuesday, March 1, 2016, Chris Mandra <<a href="javascript:;">mandra@gmail.com</a> <javascript:_e(%7B%7D,'cvml','<a href="javascript:;">mandra@gmail.com</a>');>> wrote:<br>><br>> Thanks for your responses so far guys. Italo, its only built from source so I don't think that's the issue.<br>> This is baffling. I've tried it in more one machine, same result.<br>><br>> On Tuesday, March 1, 2016, Chris Mandra <<a href="javascript:;">mandra@gmail.com</a>> wrote:<br>><br>> So, FS is reporting<br>><br>> reporting this: /usr/local/freeswitch/mod/mod_test_dsp.so<br>><br>> however that file doesn’t even exist<br>><br>> and yet it still says it’s loading it<br>><br>> how is that possible?<br>><br>><br>> On Tue, Mar 1, 2016 at 12:34 PM, Nathan Neulinger <<a href="javascript:;">nneul@mst.edu</a>> wrote:<br>><br>><br>><br>> On 03/01/2016 09:41 AM, Chris Mandra wrote:<br>> > thanks for the reply Nathan - this is really weird:<br>> ><br>> > after i remove the .so files (and make sure they're gone from my disk) it still reports it successfully reloads<br>> ><br>><br>> Ok, so issue 'lsof -p PID_OF_FREESWITCH' and look for the path to the .so file that it loaded. It's<br>> likely pulling it in<br>> from a different location.<br>><br>> Or 'strace -v -f -s 500 -o /tmp/trc -p PID_OF_FREESWITCH', then issue the reload, then kill the<br>> strace and look for what<br>> file/path it searched/etc.<br>><br>> -- Nathan<br>><br>> ------------------------------------------------------------<br>> Nathan Neulinger <a href="javascript:;">nneul@mst.edu</a><br>> Missouri S&T Information Technology (573) 612-1412 <<a href="tel:%28573%29%20612-1412">tel:%28573%29%20612-1412</a>><br>> System Administrator - Architect<br>><br>> _________________________________________________________________________<br>> Professional FreeSWITCH Consulting Services:<br>> <a href="javascript:;">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 href="javascript:;">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><br>><br>><br>><br>><br>> --<br>> mandra<br>> c:410.258.5281 <<a href="tel:410.258.5281">tel:410.258.5281</a>><br>><br>><br>><br>> --<br>> mandra<br>> c:410.258.5281 <<a href="tel:410.258.5281">tel:410.258.5281</a>><br>><br>><br>><br>> --<br>> mandra<br>> c:410.258.5281 <<a href="tel:410.258.5281">tel:410.258.5281</a>><br>><br>> _________________________________________________________________________<br>> Professional FreeSWITCH Consulting Services:<br>> <a href="javascript:;">consulting@freeswitch.org</a> <javascript:_e(%7B%7D,'cvml','<a href="javascript:;">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 href="javascript:;">FreeSWITCH-users@lists.freeswitch.org</a> <javascript:_e(%7B%7D,'cvml','<a href="javascript:;">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><br>><br>><br>><br>><br>> --<br>> mandra<br>> c:410.258.5281<br>><br>><br>> _________________________________________________________________________<br>> Professional FreeSWITCH Consulting Services:<br>> <a href="javascript:;">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 href="javascript:;">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><br>><br><br>--<br>------------------------------------------------------------<br>Nathan Neulinger <a href="javascript:;">nneul@mst.edu</a><br>Missouri S&T Information Technology (573) 612-1412<br>System Administrator - Architect<br><br>_________________________________________________________________________<br>Professional FreeSWITCH Consulting Services:<br><a href="javascript:;">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 href="javascript:;">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><o:p></o:p></p></blockquote><p class=MsoNormal><br><br>-- <br>mandra<br>c:410.258.5281<o:p></o:p></p></div></body></html>