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="'courier new', monospace">fs_cli</font> and I get this error message:<div>
<font class="Apple-style-span" face="'courier new', 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 "<font class="Apple-style-span" face="'courier new', monospace">fs_cli.c</font>" on line 1206 you find the code for displaying this error message. The problem is that I don'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="'courier new', monospace">mod_spandsp</font> and <font class="Apple-style-span" face="'courier new', monospace">mod_skyopen</font> in the <font class="Apple-style-span" face="'courier new', 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="'courier new', monospace">Usage: fs_cli [-H <host>] [-P <port>] [-p <secret>] [-d <level>] [-x command] [profile]</font></div>
<div><font class="Apple-style-span" face="'courier new', monospace"><br></font></div><div><font class="Apple-style-span" face="'courier new', monospace"> -?,-h --help Usage Information</font></div>
<div><font class="Apple-style-span" face="'courier new', monospace"> -H, --host=hostname Host to connect</font></div><div><font class="Apple-style-span" face="'courier new', monospace"> -P, --port=port Port to connect (1 - 65535)</font></div>
<div><font class="Apple-style-span" face="'courier new', monospace"> -u, --user=user@domain user@domain</font></div><div><font class="Apple-style-span" face="'courier new', monospace"> -p, --password=password Password</font></div>
<div><font class="Apple-style-span" face="'courier new', monospace"> -x, --execute=command Execute Command and Exit</font></div><div><font class="Apple-style-span" face="'courier new', monospace"> -l, --loglevel=command Log Level</font></div>
<div><font class="Apple-style-span" face="'courier new', monospace"> -q, --quiet Disable logging</font></div><div><font class="Apple-style-span" face="'courier new', monospace"> -r, --retry Retry connection on failure</font></div>
<div><font class="Apple-style-span" face="'courier new', monospace"> -R, --reconnect Reconnect if disconnected</font></div><div><font class="Apple-style-span" face="'courier new', monospace"> -d, --debug=level Debug Level (0 - 7)</font></div>
</div><div><br></div>