i am running Openwrt 23.05.4 in a X86 installation and i have installed Freeswitch. Unfortunately it does not start the console when issuing fs_cli .
The packages that i have installed
i am afraid i did not manage to connect to the the service.
root@OpenWrt:~# /etc/init.d/freeswitch status
running
root@OpenWrt:~#
and trying to
root@OpenWrt:~# freeswitch
ERROR: Failed to set SCHED_FIFO scheduler (Function not implemented)
ERROR: Failed to set SCHED_OTHER scheduler (Function not implemented)
2024-09-17 11:12:35.284197 0.00% [INFO] switch_event.c:714 Activate Eventing Engine.
2024-09-17 11:12:35.297717 0.00% [WARNING] switch_event.c:685 Create additional event dispatch thread 0
2024-09-17 11:12:35.298215 0.00% [ERR] switch_xml.c:1439 Couldn't open /etc/freeswitch/freeswitch.xml (No such file or directory)
Cannot Initialize [Cannot Open log directory or XML Root!]
root@OpenWrt:~#
and
root@OpenWrt:~# fs_cli
[ERROR] fs_cli.c:1699 main() Error Connecting []
Usage: fs_cli [-H <host>] [-P <port>] [-p <secret>] [-d <level>] [-x command] [-t <timeout_ms>] [profile]
-?,-h --help Usage Information
-H, --host=hostname Host to connect
-P, --port=port Port to connect (1 - 65535)
-u, --user=user@domain user@domain
-p, --password=password Password
-i, --interrupt Allow Control-c to interrupt
-x, --execute=command Execute Command and Exit
-l, --loglevel=command Log Level
-U, --log-uuid Include UUID in log output
-S, --log-uuid-short Include shortened UUID in log output
-q, --quiet Disable logging
-r, --retry Retry connection on failure
-R, --reconnect Reconnect if disconnected
-d, --debug=level Debug Level (0 - 7)
-b, --batchmode Batch mode
-t, --timeout Timeout for API commands (in milliseconds)
-T, --connect-timeout Timeout for socket connection (in milliseconds)
-n, --no-color Disable color
-s, --set-log-uuid Set UUID to filter log events
root@OpenWrt:~#
no luck so far.
i would appreciate some help please.