<div>Thank you all for advice  and direction</div>
<div>Will re-install from scratch at a later time.</div>
<div>deniro--<br><br></div>
<div class="gmail_quote">On Tue, Mar 1, 2011 at 4:16 AM, Steven Ayre <span dir="ltr">&lt;<a href="mailto:steveayre@gmail.com">steveayre@gmail.com</a>&gt;</span> wrote:<br>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">Ok, you really need to pay attention to any log message that logs with<br>the CRIT (critical) log level - they&#39;re really serious errors. You<br>
should look at adding the critical=&quot;true&quot; attribute to all the tags in<br>modules.conf.xml which you want to be sure are loaded. If a module<br>fails to load without that tag FS will continue to run anyway, with<br>
that tag it&#39;ll refuse to start so you&#39;ll know instantly something is<br>wrong.<br><br>Most of your modules aren&#39;t loading, because they haven&#39;t been<br>compiled correctly. Some look like they&#39;re missing (no such file or<br>
directory) and others haven&#39;t been built right (undefined symbols).<br><br>Here are a few of the important lines from your log:<br><br>2011-02-28 18:12:21.910738 [CRIT] switch_loadable_module.c:882 Error<br>Loading module /opt/freeswitch/mod/mod_event_socket.so<br>
**/opt/freeswitch/mod/mod_event_socket.so: undefined symbol:<br>switch_event_serialize_json**<br>2011-02-28 18:12:21.910789 [CRIT] switch_loadable_module.c:882 Error<br>Loading module /opt/freeswitch/mod/mod_xml_curl.so<br>
**/opt/freeswitch/mod/mod_xml_curl.so: cannot open shared object file:<br>No such file or directory**<br>2011-02-28 18:12:21.910813 [CRIT] switch_loadable_module.c:882 Error<br>Loading module /opt/freeswitch/mod/mod_xml_cdr.so<br>
**/opt/freeswitch/mod/mod_xml_cdr.so: cannot open shared object file:<br>No such file or directory**<br>2011-02-28 18:12:21.911581 [CRIT] switch_loadable_module.c:882 Error<br>Loading module /opt/freeswitch/mod/mod_commands.so<br>
**/opt/freeswitch/mod/mod_commands.so: undefined symbol: switch_xml_reload**<br>2011-02-28 18:12:21.911709 [CRIT] switch_loadable_module.c:882 Error<br>Loading module /opt/freeswitch/mod/mod_conference.so<br>**/opt/freeswitch/mod/mod_conference.so: undefined symbol:<br>
switch_channel_test_app_flag_key**<br>2011-02-28 18:12:21.911842 [CRIT] switch_loadable_module.c:882 Error<br>Loading module /opt/freeswitch/mod/mod_dptools.so<br>**/opt/freeswitch/mod/mod_dptools.so: undefined symbol: switch_event_merge**<br>
2011-02-28 18:12:21.912264 [CRIT] switch_loadable_module.c:882 Error<br>Loading module /opt/freeswitch/mod/mod_dialplan_xml.so<br>**/opt/freeswitch/mod/mod_dialplan_xml.so: undefined symbol:<br>switch_xml_std_datetime_check**<br>
2011-02-28 18:12:21.912531 [CRIT] switch_loadable_module.c:882 Error<br>Loading module /opt/freeswitch/mod/mod_g723_1.so<br>**/opt/freeswitch/mod/mod_g723_1.so: cannot open shared object file:<br>No such file or directory**<br>
2011-02-28 18:12:21.912573 [CRIT] switch_loadable_module.c:882 Error<br>Loading module /opt/freeswitch/mod/mod_g729.so<br>**/opt/freeswitch/mod/mod_g729.so: cannot open shared object file: No<br>such file or directory**<br>
2011-02-28 18:12:21.912609 [CRIT] switch_loadable_module.c:882 Error<br>Loading module /opt/freeswitch/mod/mod_amr.so<br>**/opt/freeswitch/mod/mod_amr.so: cannot open shared object file: No<br>such file or directory**<br>
<br>Important things to note:<br>mod_event_socket hasn&#39;t loaded because of a undefined symbol, it<br>wasn&#39;t built correctly<br>mod_xml_curl hasn&#39;t loaded because it doesn&#39;t exist, it was either<br>never built or never installed<br>
<br>Something pretty strange has happened. Did you recompile when trying<br>to add mod_xml_curl?<br><br>I&#39;d suggest you delete all the FS files, including the Git clone, make<br>a fresh checkout and build it from scratch.<br>
<br>-Steve<br>
<div>
<div></div>
<div class="h5"><br><br><br>On 28 February 2011 23:18, deniro &lt;<a href="mailto:ayhkor@gmail.com">ayhkor@gmail.com</a>&gt; wrote:<br>&gt; I put the log in pastebin<br>&gt; freeswitch.log only when starting freeswitch (after stop)<br>
&gt;<br>&gt; <a href="http://pastebin.freeswitch.org/15502" target="_blank">http://pastebin.freeswitch.org/15502</a><br>&gt; thx<br>&gt; deniro<br>&gt; On Mon, Feb 28, 2011 at 5:46 PM, Steven Ayre &lt;<a href="mailto:steveayre@gmail.com">steveayre@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>&gt;&gt; You must check the logfile for when FS starts up - if netstat shows<br>&gt;&gt; nothing for port 8021 then either mod_event_socket isn&#39;t being loaded<br>&gt;&gt; or you&#39;ll see an error when it tries to load.<br>
&gt;&gt;<br>&gt;&gt; Nothing from netstat means nothing&#39;s listening, so trying to connect<br>&gt;&gt; using fs_cli won&#39;t do anything.<br>&gt;&gt;<br>&gt;&gt; -Steve<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; On 28 February 2011 22:40, deniro &lt;<a href="mailto:ayhkor@gmail.com">ayhkor@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt; Checked the log<br>&gt;&gt; &gt; Nothing is logged when<br>&gt;&gt; &gt; fs_cli -d 7 -H 75.xxx.xxx.xxx -P 8021<br>&gt;&gt; &gt; is issued<br>&gt;&gt; &gt; /opt/freeswitch/log# tail -f freeswitch.log<br>&gt;&gt; &gt;<br>
&gt;&gt; &gt; ls -l freeswitch.log<br>&gt;&gt; &gt; -rwxrwxrwx 1 freeswitch daemon 33018 2011-02-28 17:39 freeswitch.log<br>&gt;&gt; &gt; thx<br>&gt;&gt; &gt;<br>&gt;&gt; &gt;<br>&gt;&gt; &gt;<br>&gt;&gt; &gt; On Mon, Feb 28, 2011 at 3:59 PM, Peter Olsson<br>
&gt;&gt; &gt; &lt;<a href="mailto:peter.olsson@visionutveckling.se">peter.olsson@visionutveckling.se</a>&gt; wrote:<br>&gt;&gt; &gt;&gt;<br>&gt;&gt; &gt;&gt; Check freeswitch.log, it probably reports some problem when loading the<br>
&gt;&gt; &gt;&gt; mod_event_socket module.<br>&gt;&gt; &gt;&gt;<br>&gt;&gt; &gt;&gt; /Peter<br>&gt;&gt; &gt;&gt; ________________________________________<br>&gt;&gt; &gt;&gt; Från: <a href="mailto:freeswitch-users-bounces@lists.freeswitch.org">freeswitch-users-bounces@lists.freeswitch.org</a><br>
&gt;&gt; &gt;&gt; [<a href="mailto:freeswitch-users-bounces@lists.freeswitch.org">freeswitch-users-bounces@lists.freeswitch.org</a>] f&amp;#246;r deniro<br>&gt;&gt; &gt;&gt; [<a href="mailto:ayhkor@gmail.com">ayhkor@gmail.com</a>]<br>
&gt;&gt; &gt;&gt; Skickat: den 28 februari 2011 21:42<br>&gt;&gt; &gt;&gt; Till: FreeSWITCH Users Help<br>&gt;&gt; &gt;&gt; Ämne: Re: [Freeswitch-users] fs_cli socket connection error<br>&gt;&gt; &gt;&gt;<br>&gt;&gt; &gt;&gt; Steve<br>
&gt;&gt; &gt;&gt; Thanks for the reply<br>&gt;&gt; &gt;&gt; netstat -anlp | grep 8021  is blank (nothing showing up)<br>&gt;&gt; &gt;&gt;<br>&gt;&gt; &gt;&gt; /opt/freeswitch/bin/fs_cli -d 7 -H 75.xxx.xxx.xxx -P 8021<br>&gt;&gt; &gt;&gt; [DEBUG] libs/esl/src/esl_config.c:56 esl_config_open_file()<br>
&gt;&gt; &gt;&gt; Configuration<br>&gt;&gt; &gt;&gt; file is /root/.fs_cli_conf.<br>&gt;&gt; &gt;&gt; [DEBUG] libs/esl/src/esl_config.c:56 esl_config_open_file()<br>&gt;&gt; &gt;&gt; Configuration<br>&gt;&gt; &gt;&gt; file is /etc/fs_cli.conf.<br>
&gt;&gt; &gt;&gt; [DEBUG] libs/esl/fs_cli.c:1159 main() profile default does not exist<br>&gt;&gt; &gt;&gt; using<br>&gt;&gt; &gt;&gt; builtin profile<br>&gt;&gt; &gt;&gt; [DEBUG] libs/esl/fs_cli.c:1188 main() Using profile internal<br>
&gt;&gt; &gt;&gt; [75.xxx.xxx.xxx]<br>&gt;&gt; &gt;&gt; [ERROR] libs/esl/fs_cli.c:1206 main() Error Connecting [Socket<br>&gt;&gt; &gt;&gt; Connection<br>&gt;&gt; &gt;&gt; Error]<br>&gt;&gt; &gt;&gt; yes mod_event_socket is after  mod_xml_curl but I changed the order in<br>
&gt;&gt; &gt;&gt;  modules.conf.xml<br>&gt;&gt; &gt;&gt; still getting above (restarted freeswitch)<br>&gt;&gt; &gt;&gt;<br>&gt;&gt; &gt;&gt; thx<br>&gt;&gt; &gt;&gt; deniro--<br>&gt;&gt; &gt;&gt;<br>&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>&gt;&gt; &gt;&gt; On Mon, Feb 28, 2011 at 3:35 AM, Steven Ayre<br>&gt;&gt; &gt;&gt; &lt;<a href="mailto:steveayre@gmail.com">steveayre@gmail.com</a>&lt;mailto:<a href="mailto:steveayre@gmail.com">steveayre@gmail.com</a>&gt;&gt; wrote:<br>
&gt;&gt; &gt;&gt; Enable debug logging and you should see an error that&#39;ll tell you more.<br>&gt;&gt; &gt;&gt;<br>&gt;&gt; &gt;&gt; Is mod_event_socket loading before or after mod_xml_curl? Chances are<br>&gt;&gt; &gt;&gt; mod_xml_curl is loading first, so it&#39;s trying to read<br>
&gt;&gt; &gt;&gt; event_socket.conf.xml and/or acl.conf.xml through xml_curl and either<br>&gt;&gt; &gt;&gt; getting a different config to your previous local copy or the ACLs are<br>&gt;&gt; &gt;&gt; different.<br>&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; What does &quot;netstat -anlp | grep :8021&quot; from the linux cli show you?<br>&gt;&gt; &gt;&gt; Does it show that freeswitch is actually listening on the port? If it<br>&gt;&gt; &gt;&gt; is it&#39;s probably an ACL problem, if it isn&#39;t then it&#39;s probably a<br>
&gt;&gt; &gt;&gt; problem with event_socket.conf.xml<br>&gt;&gt; &gt;&gt;<br>&gt;&gt; &gt;&gt; -Steve<br>&gt;&gt; &gt;&gt;<br>&gt;&gt; &gt;&gt; On 28 February 2011 00:53, deniro<br>&gt;&gt; &gt;&gt; &lt;<a href="mailto:ayhkor@gmail.com">ayhkor@gmail.com</a>&lt;mailto:<a href="mailto:ayhkor@gmail.com">ayhkor@gmail.com</a>&gt;&gt; wrote:<br>
&gt;&gt; &gt;&gt; &gt; What would be possible reasons for this and how to resolve?<br>&gt;&gt; &gt;&gt; &gt; running fs 106 on ubuntu 10.04 server<br>&gt;&gt; &gt;&gt; &gt;<br>&gt;&gt; &gt;&gt; &gt; /opt/freeswitch/bin/fs_cli -H xxx.xxx.xxx.xxx -P 8021<br>
&gt;&gt; &gt;&gt; &gt; [ERROR] libs/esl/fs_cli.c:1206 main() Error Connecting [Socket<br>&gt;&gt; &gt;&gt; &gt; Connection<br>&gt;&gt; &gt;&gt; &gt; Error]<br>&gt;&gt; &gt;&gt; &gt; was working fine before I installed  mod_xml_cdr<br>
&gt;&gt; &gt;&gt; &gt; configure --prefix=/opt/freeswitch --without-libcurl<br>&gt;&gt; &gt;&gt; &gt; make mod_xml_cdr-install<br>&gt;&gt; &gt;&gt; &gt; (no errors)<br>&gt;&gt; &gt;&gt; &gt;<br>&gt;&gt; &gt;&gt; &gt; in modules.conf.xml<br>
&gt;&gt; &gt;&gt; &gt; &lt;load module=&quot;mod_event_socket&quot;/&gt;<br>&gt;&gt; &gt;&gt; &gt;<br>&gt;&gt; &gt;&gt; &gt; is there a packaged version of mod_xml_cdr (for fs 1.0.6)?<br>&gt;&gt; &gt;&gt; &gt;<br>&gt;&gt; &gt;&gt; &gt; thx<br>
&gt;&gt; &gt;&gt; &gt; deniro--<br>&gt;&gt; &gt;&gt; &gt; _______________________________________________<br>&gt;&gt; &gt;&gt; &gt; FreeSWITCH-users mailing list<br>&gt;&gt; &gt;&gt; &gt;<br>&gt;&gt; &gt;&gt; &gt;<br>&gt;&gt; &gt;&gt; &gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a>&lt;mailto:<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a>&gt;<br>
&gt;&gt; &gt;&gt; &gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>&gt;&gt; &gt;&gt; &gt;<br>&gt;&gt; &gt;&gt; &gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt; &gt;&gt; &gt; <a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org</a>&lt;<a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a>&gt;<br>&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;<br>&gt;&gt; &gt;&gt;<br>&gt;&gt; &gt;&gt; _______________________________________________<br>&gt;&gt; &gt;&gt; FreeSWITCH-users mailing list<br>&gt;&gt; &gt;&gt;<br>&gt;&gt; &gt;&gt;<br>&gt;&gt; &gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a>&lt;mailto:<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a>&gt;<br>
&gt;&gt; &gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>&gt;&gt; &gt;&gt;<br>&gt;&gt; &gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt; &gt;&gt; <a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org</a>&lt;<a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a>&gt;<br>&gt;&gt; &gt;&gt;<br>&gt;&gt; &gt;&gt; !DSPAM:4d6c0a1132761029518849!<br>
&gt;&gt; &gt;&gt;<br>&gt;&gt; &gt;&gt; _______________________________________________<br>&gt;&gt; &gt;&gt; FreeSWITCH-users mailing list<br>&gt;&gt; &gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&gt; &gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>&gt;&gt; &gt;&gt;<br>&gt;&gt; &gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt; &gt;&gt; <a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org</a><br>&gt;&gt; &gt;<br>&gt;&gt; &gt;<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><br>&gt;&gt; &gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt; &gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>&gt;&gt; &gt; <a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt; &gt;<br>&gt;&gt; &gt;<br>&gt;&gt;<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" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt; <a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org</a><br>&gt;<br>&gt;<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" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; <a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org</a><br>&gt;<br>&gt;<br><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" 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></div></div></blockquote></div><br>