Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Show cloudfon-cx services status

Code Block
cd /root/cloudfon_cx && /bin/sh cloudfon_cx_ctl.sh status

Restart cloudfon-cx services

Code Block
cd /root/cloudfon_cx && /bin/sh cloudfon_cx_ctl.sh restart

Restart the selected service of cloudfon-cc

Code Block
cd /root/cloudfon_cx && /bin/sh cloudfon_cx_ctl.sh restart -s [Service Name]

Stop cloudfon-cc Services

Code Block
cd /root/cloudfon_cx && /bin/sh cloudfon_cx_ctl.sh stop

Stop the selected service of cloudfon-cc

Code Block
cd /root/cloudfon_cx && /bin/sh cloudfon_cx_ctl.sh stop -s [Service Name]

Start cloudfon-cc Services

Code Block
cd /root/cloudfon_cx && /bin/sh cloudfon_cx_ctl.sh start

Start the selected service of cloudfon-cc

Code Block
cd /root/cloudfon_cx && /bin/sh cloudfon_cx_ctl.sh start -s [Service Name]

Uninstall cloudfon-cc Services

Code Block
cd /root/cloudfon_cx && /bin/sh cloudfon_cx_ctl.sh rm

Uninstall Cloufon CX

Please use the below steps to uninstall the Cloudfon CX for Linux.

...

Stop and delete the CX Docker instances.

Code Block
cd /root/cloudfon_cx
/bin/sh cloudfon_cx_ctl.sh stop
/bin/sh cloudfon_cx_ctl.sh rm

The below commands will delete the PBX data; please be careful.

Code Block
cd /root/
rm -fr cloudfon_cx

Note: cloudfon_cx is an example here, you can change to your directory name, and this directory will storage user data.