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 FreeSWITCH logs:           tail -f /home/freeswitch/var/log/freeswitch/freeswitch.log
    Enter FreeSWITCH Console:      docker exec -it freeswitch-debian12 /usr/local/freeswitchvideo/bin/fs_cli
    Stop Service:                  cd /home/easycallcenter365/ && sh stop.sh