forked from Mirrors/freeswitch
6 lines
131 B
Plaintext
6 lines
131 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
fs_cli -x "fsctl shutdown now"
|
||
|
pkill -9 freeswitch
|
||
|
sleep 1
|
||
|
/usr/local/freeswitch/bin/freeswitch -ncwait -nocal
|