PDA

View Full Version : How to delete notifications


Alien
06-02-2017, 03:19 AM
I have a number of post-paid customers. The billing systems sends insufficient funds notifications, which misinform them.

To resolve the issue, I delete the cron job
## BILLmanager low money notification
0 1 * * * /usr/local/mgr5/sbin/billmaintain --command warnmoney >/dev/null 2>&1


but it recovers after a while. When I cleared the corresponding template, it got reset, and BILLmanager sent the notifications again. %-)

ksenya
06-05-2017, 01:30 PM
You need to log in to BILLmanager as root --> navigate to "Scheduler", and disable the task there. If you delete the task as you do, it will be recovered.