Fs_cli not working in fresh ASTTP v6 Installation

Hello ASTPP Community,

I have just installed ASTPP version 6. there’s an issue of FreeSwitch.

fs_cli is not working.

[ERROR] fs_cli.c:1699 main() Error Connecting []

Hello @ankur007 ,
Please check your listen IP in event_socket.conf.xml file. If its empty please add 0.0.0.0 and then restart the freeswitch and check again.
Thanks.

1 Like

Thanks, it works!!

1 Like

would it be this way?
/usr/share/freeswitch/conf/vanilla/autoload_configs/event_socket.conf.xml

it is like this

<configuration name="event_socket.conf" description="Socket Client">
  <settings>
    <param name="nat-map" value="false"/>
    <param name="listen-ip" value="::"/>
    <param name="listen-port" value="8021"/>
    <param name="password" value="ClueCon"/>
    <!--<param name="apply-inbound-acl" value="loopback.auto"/>-->
    <!--<param name="stop-on-bind-error" value="true"/>-->
  </settings>
</configuration>

Yep, that is what he is saying. Change “::” to “0.0.0.0”