Once after updating the ABillS billing system, when opening the Maintenance>Hardware>PON menu and selecting a device, an SQL error occurred:

Vyacheslav Gapon – personal blog, manuals, articles, notes, development
Once after updating the ABillS billing system, when opening the Maintenance>Hardware>PON menu and selecting a device, an SQL error occurred:
Since in the ABillS bilingual system on tariffs with daily accrual, when the user has no money in the account, the status of the service does not automatically change to Too little deposit, and the customers are driven into a negative balance and then only turned off, I had to make a script from a SQL query and add it to Cron, as there were often cases when users complained that they were driven into a minus.
Continue reading “ABillS. Service status change script for tariffs with daily charge”For example, I will configure the Juniper MX204 to work with the ABillS billing system.
Continue reading “Configuring Juniper MX and ABillS”Since some ABillS log files gradually increased in size, I wrote a script to rotate these logs.
Continue reading “ABillS log rotation”One day in July 2022, Zabbix told me that the size of the ABillS database exceeded 3 gigabytes, I created this trigger after installing Abills in 2018. After looking at the tables in the database, I noticed that the s_detail table began to grow strongly, before that it occupied several tens of megabytes in a month, and in July 2022 it grew by more than 2 GB. to reduce the size of the database, I removed the s_detail tables from the past months. I tried to specify s_detalization=0 in the configuration, but the table continued to grow. For example, 717,082 records (97 MB) were added to it in a day, for a month it turns out an example of 3 GB.
Continue reading “ABillS. s_detail table grows”I will give an example of setting up the TurboSMS service in ABillS, which I used to send Ureports reports to clients in Viber, as well as send Checkbox fiscal checks to Viber.
Continue reading “Setting up TurboSMS in ABillS”In this article, I will give an example of how you can massively reduce the speed of users in the ABillS billing system.
Continue reading “ABillS. Mass shaping of speed in case of accidents”I will give an example of setting up a software PPO Checkbox in the ABillS billing system.
Continue reading “Checkbox setup (software PPO) in ABillS”Once I installed FreeRadius 3.0.23, by the way I described the process in the article: ABillS. Installing Freeradius, and optimized some parameters of the MySQL server, after which FreeRadius stopped starting and I saw errors in the logs:
Continue reading “FreeRadius. error solution rlm_sql_mysql: Couldn’t connect to MySQL server”Once in one company, in order to simplify the search for callers in ABillS, it was necessary to install the Callcenter module, which has different capabilities, but what we needed was pop-up notifications in the browser with a link to the caller’s page.
Continue reading “ABillS. Installing and configuring Callcenter”