FreeSWITCH is a Software Defined Telecom Stack enabling the digital transformation from proprietary telecom switches to a versatile software implementation that runs on any commodity hardware. From a Raspberry PI to a multi-core server, FreeSWITCH can unlock the telecommunications potential of any device.
Need to connect freeswitch command line from an external application
To achieve that "mod_event_socket" is the one can help out
while doing TCP connection from my application to FreesSWITCH on 127.0.0.1:8021
Connection is successful
But when I am firing command on socket "api callcenter_config agent set state 7999903 Idle"
I am getting response: "ACK : Revieved : Content-Type: auth/request"
But nothing got updated when I checked on freeswitch CLI.
Similarly, when I hit "api getcputime", same response I am getting "ACK : Revieved : Content-Type: auth/request" but nothing else received on my application related to getcputime.
do we need something related to password "Cluecon" which is required for "mod_event_socket"?
if yes how can we do password auth in TCP socket connection?
Requirement:
But nothing got updated when I checked on freeswitch CLI.
Similarly, when I hit "api getcputime", same response I am getting "ACK : Revieved : Content-Type: auth/request" but nothing else received on my application related to getcputime.
do we need something related to password "Cluecon" which is required for "mod_event_socket"? if yes how can we do password auth in TCP socket connection?