Skip to content
Snippets Groups Projects
Commit 97d3fc90 authored by Dixon Fred's avatar Dixon Fred
Browse files

Add FreeSWITCH password to bbb-resync-freeswitch

parent 87ea96b3
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
/opt/freeswitch/bin/fs_cli -x 'fsctl sync_clock_when_idle' > /var/log/freeswitch_sync_clock.log 2>&1
/opt/freeswitch/bin/fs_cli -x 'fsctl sync_clock_when_idle' -p $(xmlstarlet sel -t -m 'configuration/settings/param[@name="password"]' -v @value /opt/freeswitch/etc/freeswitch/autoload_configs/event_socket.conf.xml) > /var/log/freeswitch_sync_clock.log 2>&1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment