How to reload call_center module in midnight

Status
Not open for further replies.

Mikeme

Member
Apr 26, 2021
171
4
18
38
because we are facing some calls stuck in call center and only reloading the call_center module is fix that,
i wondering how can i set (maybe with cron) that call_center module will restart in every midnight.
 

DigitalDaz

Administrator
Staff member
Sep 29, 2016
3,044
565
113
Something along the lines of:

fs_cli -x "reload mod_callcenter"
 

DigitalDaz

Administrator
Staff member
Sep 29, 2016
3,044
565
113
That should do you, get the full path to fs_cli

Usually: /usr/bin/fs_cli

Get it with: which fs_cli
 

DigitalDaz

Administrator
Staff member
Sep 29, 2016
3,044
565
113
This looks better /usr/bin/fs_cli -x "reload mod_callcenter"

Just try it, you'll work it out.
 
Status
Not open for further replies.