Okay, so I managed to get FS working the other day and I even managed to test a call and test my voicemail. All seemed to be working smoothly until, because of the rain here, my power went out and I had to reboot my computer. I logged in through the terminal, set up FS in background went to <font class="Apple-style-span" face="&#39;courier new&#39;, monospace">fs_cli</font> and I get this error message:<div>
<font class="Apple-style-span" face="&#39;courier new&#39;, monospace">[ERROR] libs/esl/fs_cli.c:1206 main() Error Connecting [Socket Connection Error]</font></div><div>I managed to figure out that in the file &quot;<font class="Apple-style-span" face="&#39;courier new&#39;, monospace">fs_cli.c</font>&quot; on line 1206 you find the code for displaying this error message. The problem is that I don&#39;t know why this error message is occurring. Does anyone have any helpful hints as to what I should look at to resolve this problem?</div>
<div>I even tried going to the git tree and make current, but that gave me problems that forced me to turn off <font class="Apple-style-span" face="&#39;courier new&#39;, monospace">mod_spandsp</font> and <font class="Apple-style-span" face="&#39;courier new&#39;, monospace">mod_skyopen</font> in the <font class="Apple-style-span" face="&#39;courier new&#39;, monospace">modules.conf</font>, which I had running earlier. Any thoughts?</div>
<div><br></div><div>PeterS</div><div><br></div><div>PS</div><div>I am not sure if this is of any help, but in addition to the error line above, it also posted this info:</div><div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">Usage: fs_cli [-H &lt;host&gt;] [-P &lt;port&gt;] [-p &lt;secret&gt;] [-d &lt;level&gt;] [-x command] [profile]</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace"><br></font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">  -?,-h --help                    Usage Information</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">  -H, --host=hostname             Host to connect</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">  -P, --port=port                 Port to connect (1 - 65535)</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">  -u, --user=user@domain          user@domain</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">  -p, --password=password         Password</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">  -x, --execute=command           Execute Command and Exit</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">  -l, --loglevel=command          Log Level</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">  -q, --quiet                     Disable logging</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">  -r, --retry                     Retry connection on failure</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">  -R, --reconnect                 Reconnect if disconnected</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">  -d, --debug=level               Debug Level (0 - 7)</font></div>
</div><div><br></div>