Skip to main content

How to View Logs

    View EasyCallCenter365 logs:    tail -f /home/easycallcenter365/logs/easycallcenter365.log
    View Error Logs:                tail -f /home/easycallcenter365/logs/easycallcenter365-ERROR.log 
    View SoftSwitch logs:           tail -f /home/easycallcenter365/softSwitch/var/log/freeswitch/freeswitch.log
    Enter SoftSwitch Console:      docker exec -it easycallcenter365-switch /usr/local/freeswitchvideo/bin/fs_cli
    Stop Service:                  cd /home/easycallcenter365/ && sh stop.sh