Thanks for your help. I don&#39;t know what happen but I did the &quot;make current&quot; and rebuilt the whole thing and now it seems to be working fine. At least now I know some tricks to try out to see if I can get it working should it happen again. Thanks again.<div>
<br></div><div>PeterS<br><br><div class="gmail_quote">On Tue, Oct 12, 2010 at 8:01 AM, Anthony Minessale <span dir="ltr">&lt;<a href="mailto:anthony.minessale@gmail.com">anthony.minessale@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Try telnet to localhost port 8021 and see if that connects.<br>
<div><div></div><div class="h5"><br>
<br>
<br>
<br>
<br>
<br>
On Mon, Oct 11, 2010 at 10:21 PM, Nyamul Hassan &lt;<a href="mailto:mnhassan@usa.net">mnhassan@usa.net</a>&gt; wrote:<br>
&gt; That file lists the port that FS listens on for event socket connections.<br>
&gt;<br>
&gt; Run a &quot;netstat -nlp | grep &lt;port&gt;&quot; to check which IP that port is<br>
&gt; being listened on.<br>
&gt;<br>
&gt; Then you can use command line switches for fs_cli to force it to<br>
&gt; connect on that IP/port.<br>
&gt;<br>
&gt; Regards<br>
&gt; HASSAN<br>
&gt;<br>
&gt;<br>
&gt; On 2010-10-12, Peter Schrock &lt;<a href="mailto:peter.schrock@gmail.com">peter.schrock@gmail.com</a>&gt; wrote:<br>
&gt;&gt; just to make sure what am I comparing event_socket.conf.xml to? I have found<br>
&gt;&gt; that it is set up with the default settings but am not sure how or to what I<br>
&gt;&gt; am suppose to fix. I understand that I am comparing it to FS, but I am<br>
&gt;&gt; wondering if there is some kind of file that I am looking for to compare the<br>
&gt;&gt; two.<br>
&gt;&gt;<br>
&gt;&gt; PeterS<br>
&gt;&gt;<br>
&gt;&gt; On Fri, Oct 8, 2010 at 4:56 AM, Steven Ayre &lt;<a href="mailto:steveayre@gmail.com">steveayre@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt;&gt; 1. Check FS is running<br>
&gt;&gt;&gt; 2. Check the port you&#39;re connecting to matches the one in<br>
&gt;&gt;&gt; event_socket.conf.xml<br>
&gt;&gt;&gt; 3. Check that event_socket.conf.xml binding to the same IP you&#39;re<br>
&gt;&gt;&gt; connecting to (e.g. 0.0.0.0 if you&#39;re connecting from a remote<br>
&gt;&gt;&gt; machine, since the default 127.0.0.1 won&#39;t work then)<br>
&gt;&gt;&gt; 4. Use netstat on the FS server to verify FreeSWITCH is actually<br>
&gt;&gt;&gt; listening on the port you&#39;re trying to connect to (I&#39;ve had a syntax<br>
&gt;&gt;&gt; error in the config file make the module fail to load in the past<br>
&gt;&gt;&gt; which left FS running but with no ESL socket). (If the module fails to<br>
&gt;&gt;&gt; load there&#39;ll also be an error in the log file).<br>
&gt;&gt;&gt; 5. Check a firewall isn&#39;t blocking access to the port<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; -Steve<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; On 7 October 2010 01:23, Peter Schrock &lt;<a href="mailto:peter.schrock@gmail.com">peter.schrock@gmail.com</a>&gt; wrote:<br>
&gt;&gt;&gt; &gt; Okay, so I managed to get FS working the other day and I even managed to<br>
&gt;&gt;&gt; &gt; test a call and test my voicemail. All seemed to be working smoothly<br>
&gt;&gt;&gt; until,<br>
&gt;&gt;&gt; &gt; because of the rain here, my power went out and I had to reboot my<br>
&gt;&gt;&gt; computer.<br>
&gt;&gt;&gt; &gt; I logged in through the terminal, set up FS in background went to fs_cli<br>
&gt;&gt;&gt; and<br>
&gt;&gt;&gt; &gt; I get this error message:<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; I managed to figure out that in the file &quot;fs_cli.c&quot; on line 1206 you<br>
&gt;&gt;&gt; &gt; find<br>
&gt;&gt;&gt; &gt; the code for displaying this error message. The problem is that I don&#39;t<br>
&gt;&gt;&gt; know<br>
&gt;&gt;&gt; &gt; why this error message is occurring. Does anyone have any helpful hints<br>
&gt;&gt;&gt; as<br>
&gt;&gt;&gt; &gt; to what I should look at to resolve this problem?<br>
&gt;&gt;&gt; &gt; I even tried going to the git tree and make current, but that gave me<br>
&gt;&gt;&gt; &gt; problems that forced me to turn off mod_spandsp and mod_skyopen in the<br>
&gt;&gt;&gt; &gt; modules.conf, which I had running earlier. Any thoughts?<br>
&gt;&gt;&gt; &gt; PeterS<br>
&gt;&gt;&gt; &gt; PS<br>
&gt;&gt;&gt; &gt; I am not sure if this is of any help, but in addition to the error line<br>
&gt;&gt;&gt; &gt; above, it also posted this info:<br>
&gt;&gt;&gt; &gt; Usage: fs_cli [-H &lt;host&gt;] [-P &lt;port&gt;] [-p &lt;secret&gt;] [-d &lt;level&gt;] [-x<br>
&gt;&gt;&gt; &gt; command] [profile]<br>
&gt;&gt;&gt; &gt;   -?,-h --help                    Usage Information<br>
&gt;&gt;&gt; &gt;   -H, --host=hostname             Host to connect<br>
&gt;&gt;&gt; &gt;   -P, --port=port                 Port to connect (1 - 65535)<br>
&gt;&gt;&gt; &gt;   -u, --user=user@domain          user@domain<br>
&gt;&gt;&gt; &gt;   -p, --password=password         Password<br>
&gt;&gt;&gt; &gt;   -x, --execute=command           Execute Command and Exit<br>
&gt;&gt;&gt; &gt;   -l, --loglevel=command          Log Level<br>
&gt;&gt;&gt; &gt;   -q, --quiet                     Disable logging<br>
&gt;&gt;&gt; &gt;   -r, --retry                     Retry connection on failure<br>
&gt;&gt;&gt; &gt;   -R, --reconnect                 Reconnect if disconnected<br>
&gt;&gt;&gt; &gt;   -d, --debug=level               Debug Level (0 - 7)<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; 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; &gt;<br>
&gt;&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;<br>
&gt;<br>
&gt; --<br>
&gt; Sent from my mobile device<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>
<br>
<br>
<br>
</div></div>--<br>
Anthony Minessale II<br>
<br>
FreeSWITCH <a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a><br>
ClueCon <a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com/</a><br>
Twitter: <a href="http://twitter.com/FreeSWITCH_wire" target="_blank">http://twitter.com/FreeSWITCH_wire</a><br>
<br>
AIM: anthm<br>
<a href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a><br>
GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a><br>
IRC: <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> #freeswitch<br>
<br>
FreeSWITCH Developer Conference<br>
<a href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a><br>
<a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a><br>
pstn:+19193869900<br>
<div><div></div><div class="h5"><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></div>