-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Third Party Issue
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Core, FreePBX Framework, Userman
-
Labels:None
-
ToDo:
-
Asterisk Version:16.12.0
-
Distro Version:10
-
Distro:Self Install Debian
Hi,
The asterisk crontab keeps sending mail every 15m for this line :
{noformat}
*/15 * * * * [ -e /usr/sbin/fwconsole ] && sleep $((RANDOM%30)) && /usr/sbin/fwconsole userman --syncall -q{noformat}
Running the line works in a terminal produces no error.
Reinstalling userman does not resolve the problem.