M Mikeme Member Apr 26, 2021 193 4 18 39 Mar 3, 2024 #1 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.
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,086 588 113 Mar 3, 2024 #2 Something along the lines of: fs_cli -x "reload mod_callcenter"
M Mikeme Member Apr 26, 2021 193 4 18 39 Mar 4, 2024 #3 DigitalDaz said: Something along the lines of: fs_cli -x "reload mod_callcenter" Click to expand... Thanks. Should I paste this line into cron with timing or need something else?
DigitalDaz said: Something along the lines of: fs_cli -x "reload mod_callcenter" Click to expand... Thanks. Should I paste this line into cron with timing or need something else?
DigitalDaz Administrator Staff member Sep 29, 2016 3,086 588 113 Mar 4, 2024 #4 That should do you, get the full path to fs_cli Usually: /usr/bin/fs_cli Get it with: which fs_cli
M Mikeme Member Apr 26, 2021 193 4 18 39 Mar 5, 2024 #5 /usr/bin/fs_cli/fs_cli -x "reload mod_callcenter" Is that right?
DigitalDaz Administrator Staff member Sep 29, 2016 3,086 588 113 Mar 5, 2024 #6 This looks better /usr/bin/fs_cli -x "reload mod_callcenter" Just try it, you'll work it out.